OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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.
29
///
TypeFinder
- Walk over a module, identifying all of the types that are
31
class
TypeFinder
{
42
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) {
84
void
TypeFinder
::clear() {
92
void
TypeFinder
::incorporateType(Type *Ty) {
120
void
TypeFinder
::incorporateValue(const Value *V) {
151
void
TypeFinder
::incorporateMDNode(const MDNode *V) {
Module.cpp
26
#include "llvm/IR/
TypeFinder
.h"
433
// uses a type that is currently not visible to a
TypeFinder
, so ask
439
TypeFinder
SrcStructTypes;
AsmWriter.cpp
36
#include "llvm/IR/
TypeFinder
.h"
430
TypeFinder
NamedTypes;
[
all
...]
/external/llvm/lib/Transforms/Utils/
MetaRenamer.cpp
23
#include "llvm/IR/
TypeFinder
.h"
102
TypeFinder
StructTypes;
/external/swiftshader/third_party/LLVM/lib/VMCore/
Module.cpp
421
///
TypeFinder
- Walk over a module, identifying all of the types that are
423
class
TypeFinder
{
431
TypeFinder
(std::vector<StructType*> &structTypes)
538
TypeFinder
(StructTypes).run(*this);
/external/llvm/lib/Transforms/IPO/
StripSymbols.cpp
30
#include "llvm/IR/
TypeFinder
.h"
176
TypeFinder
StructTypes;
/external/llvm/lib/Linker/
IRMover.cpp
20
#include "llvm/IR/
TypeFinder
.h"
[
all
...]
Completed in 1442 milliseconds