OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finfo_map_type
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
GCMetadata.h
179
typedef DenseMap<const Function *, GCFunctionInfo *>
finfo_map_type
;
typedef in class:llvm::GCModuleInfo
180
finfo_map_type
FInfoMap;
/external/llvm/lib/CodeGen/
GCMetadata.cpp
65
finfo_map_type
::iterator I = FInfoMap.find(&F);
Completed in 685 milliseconds