Searched refs:IsSectionRelative (Results 1 – 4 of 4) sorted by relevance
518 unsigned Size, bool IsSectionRelative = false) const;523 bool IsSectionRelative = false) const {524 EmitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
167 bool IsSectionRelative) { in EmitSymbolValue() argument168 assert((!IsSectionRelative || Size == 4) && in EmitSymbolValue()171 if (!IsSectionRelative) in EmitSymbolValue()
681 bool IsSectionRelative = false);
2174 bool IsSectionRelative) const { in EmitLabelPlusOffset()2175 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in EmitLabelPlusOffset()