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