Searched refs:IsSectionRelative (Results 1 – 4 of 4) sorted by relevance
494 unsigned Size, bool IsSectionRelative = false) const;499 bool IsSectionRelative = false) const {500 EmitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
160 bool IsSectionRelative) { in EmitSymbolValue() argument161 assert((!IsSectionRelative || Size == 4) && in EmitSymbolValue()164 if (!IsSectionRelative) in EmitSymbolValue()
647 bool IsSectionRelative = false);
2075 bool IsSectionRelative) const { in EmitLabelPlusOffset()2076 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in EmitLabelPlusOffset()