Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1751 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections()) in addSectionLabel()
1774 if (!Asm->MAI->doesDwarfUseRelocationsAcrossSections()) in getCrossSectionRelativeBaseAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h772 bool doesDwarfUseRelocationsAcrossSections() const { in doesDwarfUseRelocationsAcrossSections() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp79 UseRelocs = Ctx.getAsmInfo()->doesDwarfUseRelocationsAcrossSections(); in MCDwarfLineStr()
1162 AsmInfo->doesDwarfUseRelocationsAcrossSections(); in Emit()
1728 } else if (!asmInfo->doesDwarfUseRelocationsAcrossSections()) { in EmitFDE()