Searched refs:IsSectionRelative (Results 1 – 5 of 5) sorted by relevance
682 unsigned Size, bool IsSectionRelative = false) const;687 bool IsSectionRelative = false) const {688 emitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
484 bool IsSectionRelative = Form != dwarf::DW_FORM_addr; in emitValue() local486 IsSectionRelative); in emitValue()
3085 bool IsSectionRelative) const { in emitLabelPlusOffset()3086 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in emitLabelPlusOffset()
184 bool IsSectionRelative) { in emitSymbolValue() argument185 assert((!IsSectionRelative || Size == 4) && in emitSymbolValue()188 if (!IsSectionRelative) in emitSymbolValue()
744 bool IsSectionRelative = false);