Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp161 if (MAI->doesDwarfUseRelocationsAcrossSections()) { in emitDwarfSymbolReference()
172 if (MAI->doesDwarfUseRelocationsAcrossSections()) { in emitDwarfStringOffset()
DDwarfStringPool.cpp25 ShouldCreateSymbols(Asm.MAI->doesDwarfUseRelocationsAcrossSections()) {} in DwarfStringPool()
DDIE.cpp547 if (AP->MAI->doesDwarfUseRelocationsAcrossSections()) in EmitValue()
570 if (AP->MAI->doesDwarfUseRelocationsAcrossSections()) in SizeOf()
DDwarfUnit.cpp1717 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections()) in addSectionLabel()
1742 if (!Asm->MAI->doesDwarfUseRelocationsAcrossSections()) in getCrossSectionRelativeBaseAddress()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp158 if (MAI->doesDwarfUseRelocationsAcrossSections()) { in emitDwarfSymbolReference()
169 if (MAI->doesDwarfUseRelocationsAcrossSections()) { in emitDwarfStringOffset()
DDIE.cpp404 if (AP->MAI->doesDwarfUseRelocationsAcrossSections()) { in EmitValue()
425 if (AP->MAI->doesDwarfUseRelocationsAcrossSections()) in SizeOf()
455 if (AP->MAI->doesDwarfUseRelocationsAcrossSections()) in EmitValue()
DDwarfStringPool.cpp20 ShouldCreateSymbols(Asm.MAI->doesDwarfUseRelocationsAcrossSections()) {} in DwarfStringPool()
DDwarfCompileUnit.cpp251 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections()) in addSectionLabel()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h558 bool doesDwarfUseRelocationsAcrossSections() const { in doesDwarfUseRelocationsAcrossSections() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h590 bool doesDwarfUseRelocationsAcrossSections() const { in doesDwarfUseRelocationsAcrossSections() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp59 UseRelocs = Ctx.getAsmInfo()->doesDwarfUseRelocationsAcrossSections(); in MCDwarfLineStr()
1130 AsmInfo->doesDwarfUseRelocationsAcrossSections(); in Emit()
1677 } else if (!asmInfo->doesDwarfUseRelocationsAcrossSections()) { in EmitFDE()
/external/llvm/lib/MC/
DMCDwarf.cpp846 AsmInfo->doesDwarfUseRelocationsAcrossSections(); in Emit()
1399 } else if (!asmInfo->doesDwarfUseRelocationsAcrossSections()) { in EmitFDE()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp130 if (!Asm->MAI->doesDwarfUseRelocationsAcrossSections()) in addStrOffsetsBaseAttribute()