Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp470 TypeFinder SrcStructTypes; in getIdentifiedStructTypes() local
471 SrcStructTypes.run(*this, true); in getIdentifiedStructTypes()
472 Ret.assign(SrcStructTypes.begin(), SrcStructTypes.end()); in getIdentifiedStructTypes()