Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp170 if (MAI->doesDwarfUseRelocationsAcrossSections()) { in emitDwarfSymbolReference()
182 if (MAI->doesDwarfUseRelocationsAcrossSections()) { in emitDwarfStringOffset()
H A DDwarfStringPool.cpp23 ShouldCreateSymbols(Asm.MAI->doesDwarfUseRelocationsAcrossSections()) {} in DwarfStringPool()
H A DDIE.cpp585 if (AP->MAI->doesDwarfUseRelocationsAcrossSections()) in emitValue()
608 if (AP->MAI->doesDwarfUseRelocationsAcrossSections()) in SizeOf()
H A DDwarfUnit.cpp1766 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections()) in addSectionLabel()
1789 if (!Asm->MAI->doesDwarfUseRelocationsAcrossSections()) in getCrossSectionRelativeBaseAddress()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h784 bool doesDwarfUseRelocationsAcrossSections() const { in doesDwarfUseRelocationsAcrossSections() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp79 UseRelocs = Ctx.getAsmInfo()->doesDwarfUseRelocationsAcrossSections(); in MCDwarfLineStr()
1114 AsmInfo->doesDwarfUseRelocationsAcrossSections(); in Emit()
1693 } else if (!asmInfo->doesDwarfUseRelocationsAcrossSections()) { in EmitFDE()