Home
last modified time | relevance | path

Searched refs:doesDwarfUseRelocationsAcrossSections (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinterDwarf.cpp144 if (doesDwarfUseRelocationsAcrossSections()) { in emitDwarfSymbolReference()
156 if (doesDwarfUseRelocationsAcrossSections()) { in emitDwarfStringOffset()
HDDwarfStringPool.cpp23 ShouldCreateSymbols(Asm.doesDwarfUseRelocationsAcrossSections()) {} in DwarfStringPool()
HDDIE.cpp578 if (AP->doesDwarfUseRelocationsAcrossSections()) in emitValue()
HDDwarfUnit.cpp1845 if (Asm->doesDwarfUseRelocationsAcrossSections()) in addSectionLabel()
1868 if (!Asm->doesDwarfUseRelocationsAcrossSections()) in getCrossSectionRelativeBaseAddress()
HDAsmPrinter.cpp366 MAI->doesDwarfUseRelocationsAcrossSections(); in AsmPrinter()
4361 doesDwarfUseRelocationsAcrossSections()}; in getDwarfFormParams()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmInfo.h799 bool doesDwarfUseRelocationsAcrossSections() const { in doesDwarfUseRelocationsAcrossSections() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDAsmPrinter.h319 bool doesDwarfUseRelocationsAcrossSections() const { in doesDwarfUseRelocationsAcrossSections() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCDwarf.cpp81 UseRelocs = Ctx.getAsmInfo()->doesDwarfUseRelocationsAcrossSections(); in MCDwarfLineStr()
1149 AsmInfo->doesDwarfUseRelocationsAcrossSections(); in Emit()
1733 } else if (!asmInfo->doesDwarfUseRelocationsAcrossSections()) { in EmitFDE()