Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp93 auto &RefList = Refs[RecordIndex]; in checkOneTypeReference() local
94 for (auto &Ref : RefList) { in checkOneTypeReference()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp3331 auto RefList = Summary.refs(); in printSummary() local
3332 if (!RefList.empty()) { in printSummary()
3335 for (auto &Ref : RefList) { in printSummary()