Searched refs:TypeFinder (Results 1 – 9 of 9) sorted by relevance
23 void TypeFinder::run(const Module &M, bool onlyNamed) { in run()84 void TypeFinder::clear() { in clear()92 void TypeFinder::incorporateType(Type *Ty) { in incorporateType()120 void TypeFinder::incorporateValue(const Value *V) { in incorporateValue()151 void TypeFinder::incorporateMDNode(const MDNode *V) { in incorporateMDNode()
49 TypeFinder.cpp
439 TypeFinder SrcStructTypes; in getIdentifiedStructTypes()
430 TypeFinder NamedTypes;
31 class TypeFinder {42 TypeFinder() : OnlyNamed(false) {} in TypeFinder() function
423 class TypeFinder { class431 TypeFinder(std::vector<StructType*> &structTypes) in TypeFinder() function in __anon2ed595fe0111::TypeFinder538 TypeFinder(StructTypes).run(*this); in findUsedStructTypes()
102 TypeFinder StructTypes; in runOnModule()
176 TypeFinder StructTypes; in StripTypeNames()
1338 TypeFinder StructTypes; in IRMover()