Searched refs:IsSectionRelative (Results 1 – 4 of 4) sorted by relevance
395 unsigned Size, bool IsSectionRelative = false) const;400 bool IsSectionRelative = false) const {401 EmitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
120 bool IsSectionRelative) { in EmitSymbolValue() argument121 assert((!IsSectionRelative || Size == 4) && in EmitSymbolValue()124 if (!IsSectionRelative) in EmitSymbolValue()
570 bool IsSectionRelative = false);
1700 bool IsSectionRelative) const { in EmitLabelPlusOffset()1701 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in EmitLabelPlusOffset()