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.cpp144 if (doesDwarfUseRelocationsAcrossSections()) { in emitDwarfSymbolReference()
156 if (doesDwarfUseRelocationsAcrossSections()) { in emitDwarfStringOffset()
H A DDwarfStringPool.cpp23 ShouldCreateSymbols(Asm.doesDwarfUseRelocationsAcrossSections()) {} in DwarfStringPool()
H A DDIE.cpp578 if (AP->doesDwarfUseRelocationsAcrossSections()) in emitValue()
H A DDwarfUnit.cpp1845 if (Asm->doesDwarfUseRelocationsAcrossSections()) in addSectionLabel()
1868 if (!Asm->doesDwarfUseRelocationsAcrossSections()) in getCrossSectionRelativeBaseAddress()
H A DAsmPrinter.cpp366 MAI->doesDwarfUseRelocationsAcrossSections(); in AsmPrinter()
4361 doesDwarfUseRelocationsAcrossSections()}; in getDwarfFormParams()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h799 bool doesDwarfUseRelocationsAcrossSections() const { in doesDwarfUseRelocationsAcrossSections() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h319 bool doesDwarfUseRelocationsAcrossSections() const { in doesDwarfUseRelocationsAcrossSections() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp81 UseRelocs = Ctx.getAsmInfo()->doesDwarfUseRelocationsAcrossSections(); in MCDwarfLineStr()
1149 AsmInfo->doesDwarfUseRelocationsAcrossSections(); in Emit()
1733 } else if (!asmInfo->doesDwarfUseRelocationsAcrossSections()) { in EmitFDE()