Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp136 if (MAI->needsDwarfSectionOffsetDirective()) { in emitDwarfSymbolReference()
H A DAsmPrinter.cpp3086 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in emitLabelPlusOffset()
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp364 if (Ctx.getAsmInfo()->needsDwarfSectionOffsetDirective()) { in emitRef()
873 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()
953 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
969 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
1739 asmInfo->needsDwarfSectionOffsetDirective()); in EmitFDE()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h615 bool needsDwarfSectionOffsetDirective() const { in needsDwarfSectionOffsetDirective() function
/src/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp457 if (MAI->needsDwarfSectionOffsetDirective()) { in main()