Home | History | Annotate | Download | only in aarch64

Lines Matching refs:links_

53   bool IsLinked() const { return !links_.empty(); }
85 : LabelLinksIteratorBase(&label->links_) {}
100 // to write the instruction, so there is no need to add it to links_.
102 links_.insert(instruction);
105 void DeleteLink(ptrdiff_t instruction) { links_.erase(instruction); }
107 void ClearAllLinks() { links_.clear(); }
123 // branch needs to be removed from this `links_`. Since all branches are
135 LinksSet links_;