Searched refs:IsSectionRelative (Results 1 – 5 of 5) sorted by relevance
592 unsigned Size, bool IsSectionRelative = false) const;597 bool IsSectionRelative = false) const {598 emitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
495 bool IsSectionRelative = Form != dwarf::DW_FORM_addr; in emitValue() local496 AP->emitLabelReference(Label, SizeOf(AP, Form), IsSectionRelative); in emitValue()
2403 bool IsSectionRelative) const { in emitLabelPlusOffset()2404 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in emitLabelPlusOffset()
180 bool IsSectionRelative) { in emitSymbolValue() argument181 assert((!IsSectionRelative || Size == 4) && in emitSymbolValue()184 if (!IsSectionRelative) in emitSymbolValue()
727 bool IsSectionRelative = false);