Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp144 if (doesDwarfUseRelocationsAcrossSections()) { in emitDwarfSymbolReference()
156 if (doesDwarfUseRelocationsAcrossSections()) { in emitDwarfStringOffset()
H A DDwarfStringPool.cpp23 ShouldCreateSymbols(Asm.doesDwarfUseRelocationsAcrossSections()) {} in DwarfStringPool()
H A DDIE.cpp582 if (AP->doesDwarfUseRelocationsAcrossSections()) in emitValue()
H A DDwarfUnit.cpp1805 if (Asm->doesDwarfUseRelocationsAcrossSections()) in addSectionLabel()
1828 if (!Asm->doesDwarfUseRelocationsAcrossSections()) in getCrossSectionRelativeBaseAddress()
H A DAsmPrinter.cpp380 MAI->doesDwarfUseRelocationsAcrossSections(); in AsmPrinter()
4327 doesDwarfUseRelocationsAcrossSections()}; in getDwarfFormParams()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h812 bool doesDwarfUseRelocationsAcrossSections() const { in doesDwarfUseRelocationsAcrossSections() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h330 bool doesDwarfUseRelocationsAcrossSections() const { in doesDwarfUseRelocationsAcrossSections() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp80 UseRelocs = Ctx.getAsmInfo()->doesDwarfUseRelocationsAcrossSections(); in MCDwarfLineStr()
1143 AsmInfo->doesDwarfUseRelocationsAcrossSections(); in Emit()
1724 } else if (!asmInfo->doesDwarfUseRelocationsAcrossSections()) { in EmitFDE()