Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp136 if (MAI->needsDwarfSectionOffsetDirective()) { in emitDwarfSymbolReference()
H A DAsmPrinter.cpp3078 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in emitLabelPlusOffset()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h628 bool needsDwarfSectionOffsetDirective() const { in needsDwarfSectionOffsetDirective() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp867 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()
947 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
963 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
1730 asmInfo->needsDwarfSectionOffsetDirective()); in EmitFDE()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp467 if (MAI->needsDwarfSectionOffsetDirective()) { in main()