Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h682 unsigned Size, bool IsSectionRelative = false) const;
687 bool IsSectionRelative = false) const {
688 emitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp484 bool IsSectionRelative = Form != dwarf::DW_FORM_addr; in emitValue() local
486 IsSectionRelative); in emitValue()
H A DAsmPrinter.cpp3085 bool IsSectionRelative) const { in emitLabelPlusOffset()
3086 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in emitLabelPlusOffset()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp184 bool IsSectionRelative) { in emitSymbolValue() argument
185 assert((!IsSectionRelative || Size == 4) && in emitSymbolValue()
188 if (!IsSectionRelative) in emitSymbolValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h744 bool IsSectionRelative = false);