Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp161 if (MAI->doesDwarfUseRelocationsAcrossSections()) { in emitDwarfSymbolReference()
172 if (MAI->doesDwarfUseRelocationsAcrossSections()) { in emitDwarfStringOffset()
H A DDwarfStringPool.cpp25 ShouldCreateSymbols(Asm.MAI->doesDwarfUseRelocationsAcrossSections()) {} in DwarfStringPool()
H A DDIE.cpp551 if (AP->MAI->doesDwarfUseRelocationsAcrossSections()) in EmitValue()
574 if (AP->MAI->doesDwarfUseRelocationsAcrossSections()) in SizeOf()
H A DDwarfUnit.cpp1618 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections()) in addSectionLabel()
1643 if (!Asm->MAI->doesDwarfUseRelocationsAcrossSections()) in getCrossSectionRelativeBaseAddress()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h590 bool doesDwarfUseRelocationsAcrossSections() const { in doesDwarfUseRelocationsAcrossSections() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCDwarf.cpp59 UseRelocs = Ctx.getAsmInfo()->doesDwarfUseRelocationsAcrossSections(); in MCDwarfLineStr()
1127 AsmInfo->doesDwarfUseRelocationsAcrossSections(); in Emit()
1684 } else if (!asmInfo->doesDwarfUseRelocationsAcrossSections()) { in EmitFDE()