Searched defs:TypeFinder (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DTypeFinder.h1 //===-- llvm/TypeFinder.h - Class for finding used struct types -*- C++ -*-===//
10 // This file contains the declaration of the TypeFinder class.
28 /// TypeFinder - Walk over a module, identifying all of the types that are
30 class TypeFinder { class in namespace:llvm
40 TypeFinder() : OnlyNamed(false) {} function in class:llvm::TypeFinder

Completed in 163 milliseconds