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

/external/llvm/include/llvm/IR/
H A DTypeFinder.h1 //===-- llvm/IR/TypeFinder.h - Class to find 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 59 milliseconds