Searched refs:IsSectionRelative (Results 1 – 4 of 4) sorted by relevance
385 unsigned Size, bool IsSectionRelative = false) const;390 bool IsSectionRelative = false) const {391 EmitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
114 bool IsSectionRelative) { in EmitSymbolValue() argument115 assert((!IsSectionRelative || Size == 4) && in EmitSymbolValue()118 if (!IsSectionRelative) in EmitSymbolValue()
563 bool IsSectionRelative = false);
1615 bool IsSectionRelative) const { in EmitLabelPlusOffset()1616 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in EmitLabelPlusOffset()