Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h494 unsigned Size, bool IsSectionRelative = false) const;
499 bool IsSectionRelative = false) const {
500 EmitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCStreamer.cpp160 bool IsSectionRelative) { in EmitSymbolValue() argument
161 assert((!IsSectionRelative || Size == 4) && in EmitSymbolValue()
164 if (!IsSectionRelative) in EmitSymbolValue()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCStreamer.h647 bool IsSectionRelative = false);
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2075 bool IsSectionRelative) const { in EmitLabelPlusOffset()
2076 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in EmitLabelPlusOffset()