HomeSort by relevance Sort by last modified time
    Searched refs:TypeFinder (Results 1 - 8 of 8) 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 {
41 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) {
91 void TypeFinder::clear() {
99 void TypeFinder::incorporateType(Type *Ty) {
127 void TypeFinder::incorporateValue(const Value *V) {
158 void TypeFinder::incorporateMDNode(const MDNode *V) {
Android.mk 44 TypeFinder.cpp \
Module.cpp 25 #include "llvm/IR/TypeFinder.h"
428 // uses a type that is currently not visible to a TypeFinder, so ask
434 TypeFinder SrcStructTypes;
AsmWriter.cpp 34 #include "llvm/IR/TypeFinder.h"
399 TypeFinder NamedTypes;
    [all...]
  /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"
177 TypeFinder StructTypes;
  /external/llvm/lib/Linker/
LinkModules.cpp 28 #include "llvm/IR/TypeFinder.h"
    [all...]

Completed in 415 milliseconds