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.h717 unsigned Size, bool IsSectionRelative = false) const;
722 bool IsSectionRelative = false) const {
723 emitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp487 bool IsSectionRelative = Form != dwarf::DW_FORM_addr; in emitValue() local
489 IsSectionRelative); in emitValue()
H A DAsmPrinter.cpp3421 bool IsSectionRelative) const { in emitLabelPlusOffset()
3422 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.h766 bool IsSectionRelative = false);