Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp158 if (MAI->needsDwarfSectionOffsetDirective()) { in emitDwarfSymbolReference()
H A DAsmPrinter.cpp2659 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in emitLabelPlusOffset()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmInfo.h623 bool needsDwarfSectionOffsetDirective() const { in needsDwarfSectionOffsetDirective() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp868 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()
948 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
964 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
1731 asmInfo->needsDwarfSectionOffsetDirective()); in EmitFDE()
/llvm-project-15.0.7/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp464 if (MAI->needsDwarfSectionOffsetDirective()) { in main()