Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCallGraph.h37 typedef llvm::DenseMap<const Decl *, CallGraphNode *> FunctionMapTy; typedef
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCallGraph.h76 typedef std::map<const Function *, CallGraphNode *> FunctionMapTy; typedef
/external/llvm/include/llvm/Analysis/
DCallGraph.h80 FunctionMapTy; typedef
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp144 typedef std::map<uint64_t, MCFunction*> FunctionMapTy; typedef