Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h687 unsigned Size, bool IsSectionRelative = false) const;
692 bool IsSectionRelative = false) const {
693 emitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp488 bool IsSectionRelative = Form != dwarf::DW_FORM_addr; in emitValue() local
490 IsSectionRelative); in emitValue()
H A DAsmPrinter.cpp3077 bool IsSectionRelative) const { in emitLabelPlusOffset()
3078 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in emitLabelPlusOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp185 bool IsSectionRelative) { in emitSymbolValue() argument
186 assert((!IsSectionRelative || Size == 4) && in emitSymbolValue()
189 if (!IsSectionRelative) in emitSymbolValue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h779 bool IsSectionRelative = false);