Home
last modified time | relevance | path

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

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