Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp143 if (doesDwarfUseRelocationsAcrossSections()) { in emitDwarfSymbolReference()
155 if (doesDwarfUseRelocationsAcrossSections()) { in emitDwarfStringOffset()
H A DDwarfStringPool.cpp23 ShouldCreateSymbols(Asm.doesDwarfUseRelocationsAcrossSections()) {} in DwarfStringPool()
H A DDIE.cpp581 if (AP->doesDwarfUseRelocationsAcrossSections()) in emitValue()
H A DDwarfUnit.cpp2120 if (Asm->doesDwarfUseRelocationsAcrossSections()) in addSectionLabel()
2143 if (!Asm->doesDwarfUseRelocationsAcrossSections()) in getCrossSectionRelativeBaseAddress()
H A DAsmPrinter.cpp396 MAI->doesDwarfUseRelocationsAcrossSections(); in AsmPrinter()
4748 doesDwarfUseRelocationsAcrossSections()}; in getDwarfFormParams()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h650 bool doesDwarfUseRelocationsAcrossSections() const { in doesDwarfUseRelocationsAcrossSections() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h346 bool doesDwarfUseRelocationsAcrossSections() const { in doesDwarfUseRelocationsAcrossSections() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp77 UseRelocs = Ctx.getAsmInfo()->doesDwarfUseRelocationsAcrossSections(); in MCDwarfLineStr()
1184 AsmInfo->doesDwarfUseRelocationsAcrossSections(); in Emit()
1791 } else if (!asmInfo->doesDwarfUseRelocationsAcrossSections()) { in EmitFDE()