Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp158 if (MAI->needsDwarfSectionOffsetDirective()) { in emitDwarfSymbolReference()
H A DAsmPrinter.cpp2810 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in emitLabelPlusOffset()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h625 bool needsDwarfSectionOffsetDirective() const { in needsDwarfSectionOffsetDirective() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp865 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()
945 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
961 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
1728 asmInfo->needsDwarfSectionOffsetDirective()); in EmitFDE()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp464 if (MAI->needsDwarfSectionOffsetDirective()) { in main()