Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp135 if (MAI->needsDwarfSectionOffsetDirective()) { in emitDwarfSymbolReference()
H A DAsmPrinter.cpp3422 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in emitLabelPlusOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h505 bool needsDwarfSectionOffsetDirective() const { in needsDwarfSectionOffsetDirective() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp403 if (Ctx.getAsmInfo()->needsDwarfSectionOffsetDirective()) { in emitRef()
912 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()
991 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
1007 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
1797 asmInfo->needsDwarfSectionOffsetDirective()); in EmitFDE()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp476 if (MAI->needsDwarfSectionOffsetDirective()) { in main()