Home
last modified time | relevance | path

Searched refs:RefList (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DSimple.h190 return &*RefList::const_iterator( in derefIterator()
195 RefList::const_iterator ref( in incrementIterator()
239 typedef llvm::ilist<SimpleReference> RefList; typedef
243 mutable RefList _references;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3382 auto RefList = Summary.refs(); in printSummary() local
3383 if (!RefList.empty()) { in printSummary()
3386 for (auto &Ref : RefList) { in printSummary()