Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h451 bool needsDwarfSectionOffsetDirective() const { in needsDwarfSectionOffsetDirective() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp155 if (MAI->needsDwarfSectionOffsetDirective()) { in emitDwarfSymbolReference()
DAsmPrinter.cpp2175 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in EmitLabelPlusOffset()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp152 if (MAI->needsDwarfSectionOffsetDirective()) { in emitDwarfSymbolReference()
DAsmPrinter.cpp1701 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in EmitLabelPlusOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h485 bool needsDwarfSectionOffsetDirective() const { in needsDwarfSectionOffsetDirective() function
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp162 if (MAI->needsDwarfSectionOffsetDirective()) { in emitDwarfSymbolReference()
DAsmPrinter.cpp2293 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in emitLabelPlusOffset()
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h517 bool needsDwarfSectionOffsetDirective() const { in needsDwarfSectionOffsetDirective() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp890 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()
963 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
976 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
1705 asmInfo->needsDwarfSectionOffsetDirective()); in EmitFDE()
/external/llvm/lib/MC/
DMCDwarf.cpp604 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()
670 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
686 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp921 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()
1001 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
1017 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
1769 asmInfo->needsDwarfSectionOffsetDirective()); in EmitFDE()
/external/llvm-project/llvm/tools/llvm-mc/
Dllvm-mc.cpp413 if (MAI->needsDwarfSectionOffsetDirective()) { in main()