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.cpp498 TypeFinder SrcStructTypes; in getIdentifiedStructTypes() local
499 SrcStructTypes.run(*this, true); in getIdentifiedStructTypes()
500 Ret.assign(SrcStructTypes.begin(), SrcStructTypes.end()); in getIdentifiedStructTypes()