HomeSort by relevance Sort by last modified time
    Searched refs:TypeFinder (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/IR/
TypeFinder.h 1 //===-- 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 {
40 TypeFinder() : OnlyNamed(false) {}
  /external/llvm/lib/IR/
TypeFinder.cpp 1 //===-- TypeFinder.cpp - Implement the TypeFinder class -------------------===//
10 // This file implements the TypeFinder class for the IR library.
14 #include "llvm/IR/TypeFinder.h"
23 void TypeFinder::run(const Module &M, bool onlyNamed) {
88 void TypeFinder::clear() {
96 void TypeFinder::incorporateType(Type *Ty) {
124 void TypeFinder::incorporateValue(const Value *V) {
150 void TypeFinder::incorporateMDNode(const MDNode *V) {
Android.mk 42 TypeFinder.cpp \
AsmWriter.h 22 #include "llvm/IR/TypeFinder.h"
49 TypeFinder NamedTypes;
  /external/llvm/lib/Transforms/Utils/
MetaRenamer.cpp 23 #include "llvm/IR/TypeFinder.h"
94 TypeFinder StructTypes;
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 31 #include "llvm/IR/TypeFinder.h"
178 TypeFinder StructTypes;
  /external/llvm/lib/Linker/
LinkModules.cpp 21 #include "llvm/IR/TypeFinder.h"
768 TypeFinder SrcStructTypes;
    [all...]

Completed in 1537 milliseconds