Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp166 if (MAI->doesDwarfUseRelocationsAcrossSections()) { in emitDwarfSymbolReference()
178 if (MAI->doesDwarfUseRelocationsAcrossSections()) { in emitDwarfStringOffset()
H A DDwarfStringPool.cpp23 ShouldCreateSymbols(Asm.MAI->doesDwarfUseRelocationsAcrossSections()) {} in DwarfStringPool()
H A DDIE.cpp583 if (AP->MAI->doesDwarfUseRelocationsAcrossSections()) in emitValue()
H A DDwarfUnit.cpp1801 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections()) in addSectionLabel()
1824 if (!Asm->MAI->doesDwarfUseRelocationsAcrossSections()) in getCrossSectionRelativeBaseAddress()
H A DAsmPrinter.cpp3897 MAI->doesDwarfUseRelocationsAcrossSections()}; in getDwarfFormParams()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmInfo.h799 bool doesDwarfUseRelocationsAcrossSections() const { in doesDwarfUseRelocationsAcrossSections() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp80 UseRelocs = Ctx.getAsmInfo()->doesDwarfUseRelocationsAcrossSections(); in MCDwarfLineStr()
1144 AsmInfo->doesDwarfUseRelocationsAcrossSections(); in Emit()
1725 } else if (!asmInfo->doesDwarfUseRelocationsAcrossSections()) { in EmitFDE()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp138 if (!Asm->MAI->doesDwarfUseRelocationsAcrossSections()) in addStrOffsetsBaseAttribute()