Searched refs:IsSectionRelative (Results 1 – 4 of 4) sorted by relevance
392 unsigned Size, bool IsSectionRelative = false) const;397 bool IsSectionRelative = false) const {398 EmitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
115 bool IsSectionRelative) { in EmitSymbolValue() argument116 assert((!IsSectionRelative || Size == 4) && in EmitSymbolValue()119 if (!IsSectionRelative) in EmitSymbolValue()
548 bool IsSectionRelative = false);
1665 bool IsSectionRelative) const { in EmitLabelPlusOffset()1666 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in EmitLabelPlusOffset()