Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp162 if (MAI->needsDwarfSectionOffsetDirective()) { in emitDwarfSymbolReference()
H A DAsmPrinter.cpp2404 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in emitLabelPlusOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h601 bool needsDwarfSectionOffsetDirective() const { in needsDwarfSectionOffsetDirective() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp886 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()
966 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
982 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
1734 asmInfo->needsDwarfSectionOffsetDirective()); in EmitFDE()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp433 if (MAI->needsDwarfSectionOffsetDirective()) { in main()