OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypeCache
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CGDebugInfo.h
53
///
TypeCache
- Cache of previously constructed Types.
54
llvm::DenseMap<void *, llvm::WeakVH>
TypeCache
;
CodeGenTypes.h
99
///
TypeCache
- This map keeps cache of llvm::Types
101
llvm::DenseMap<const Type *, llvm::Type *>
TypeCache
;
Completed in 25 milliseconds