Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinterDwarf.cpp136 if (MAI->needsDwarfSectionOffsetDirective()) { in emitDwarfSymbolReference()
HDAsmPrinter.cpp3086 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in emitLabelPlusOffset()
/freebsd-head/contrib/llvm-project/llvm/lib/MC/
HDMCDwarf.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()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmInfo.h615 bool needsDwarfSectionOffsetDirective() const { in needsDwarfSectionOffsetDirective() function
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-mc/
HDllvm-mc.cpp457 if (MAI->needsDwarfSectionOffsetDirective()) { in main()