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) {
85 void TypeFinder::clear() {
93 void TypeFinder::incorporateType(Type *Ty) {
113 void TypeFinder::incorporateValue(const Value *V) {
139 void TypeFinder::incorporateMDNode(const MDNode *V) {
Android.mk 34 TypeFinder.cpp \
AsmWriter.cpp 33 #include "llvm/IR/TypeFinder.h"
168 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"
179 TypeFinder StructTypes;
  /external/llvm/lib/Linker/
LinkModules.cpp 24 #include "llvm/IR/TypeFinder.h"
592 TypeFinder SrcStructTypes;
597 TypeFinder DstStructTypes;
    [all...]

Completed in 793 milliseconds