Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DSimple.h191 return &*RefList::const_iterator( in derefIterator()
196 RefList::const_iterator ref( in incrementIterator()
240 typedef llvm::ilist<SimpleReference> RefList; typedef
244 mutable RefList _references;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp3036 auto RefList = Summary.refs(); in printSummary() local
3037 if (!RefList.empty()) { in printSummary()
3040 for (auto &Ref : RefList) { in printSummary()