Searched refs:IsSectionRelative (Results 1 – 5 of 5) sorted by relevance
670 unsigned Size, bool IsSectionRelative = false) const;675 bool IsSectionRelative = false) const {676 emitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
489 bool IsSectionRelative = Form != dwarf::DW_FORM_addr; in emitValue() local491 IsSectionRelative); in emitValue()
2809 bool IsSectionRelative) const { in emitLabelPlusOffset()2810 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in emitLabelPlusOffset()
185 bool IsSectionRelative) { in emitSymbolValue() argument186 assert((!IsSectionRelative || Size == 4) && in emitSymbolValue()189 if (!IsSectionRelative) in emitSymbolValue()
769 bool IsSectionRelative = false);