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

/external/clang/include/clang/Analysis/
H A DCallGraph.h37 typedef llvm::DenseMap<const Decl *, CallGraphNode *> FunctionMapTy; typedef in class:clang::CallGraph
40 FunctionMapTy FunctionMap;
69 typedef FunctionMapTy::iterator iterator;
70 typedef FunctionMapTy::const_iterator const_iterator;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DCallGraph.h76 typedef std::map<const Function *, CallGraphNode *> FunctionMapTy; typedef in class:llvm::CallGraph
77 FunctionMapTy FunctionMap; // Map from a function to its node
84 typedef FunctionMapTy::iterator iterator;
85 typedef FunctionMapTy::const_iterator const_iterator;
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h80 FunctionMapTy; typedef in class:llvm::CallGraph
83 FunctionMapTy FunctionMap;
116 typedef FunctionMapTy::iterator iterator;
117 typedef FunctionMapTy::const_iterator const_iterator;
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A DMachODump.cpp144 typedef std::map<uint64_t, MCFunction*> FunctionMapTy; typedef
153 FunctionMapTy &FunctionMap,
400 FunctionMapTy FunctionMap;

Completed in 124 milliseconds