Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp474 TypeFinder SrcStructTypes; in getIdentifiedStructTypes() local
475 SrcStructTypes.run(*this, true); in getIdentifiedStructTypes()
476 Ret.assign(SrcStructTypes.begin(), SrcStructTypes.end()); in getIdentifiedStructTypes()