OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypeCache
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.h
102
llvm::DenseMap<const Type *, llvm::Type *>
TypeCache
;
CGBuilder.h
46
const CodeGenTypeCache &
TypeCache
;
48
CGBuilderTy(const CodeGenTypeCache &
TypeCache
, llvm::LLVMContext &C)
49
: CGBuilderBaseTy(C),
TypeCache
(
TypeCache
) {}
50
CGBuilderTy(const CodeGenTypeCache &
TypeCache
,
53
: CGBuilderBaseTy(C, F, Inserter),
TypeCache
(
TypeCache
) {}
54
CGBuilderTy(const CodeGenTypeCache &
TypeCache
, llvm::Instruction *I)
55
: CGBuilderBaseTy(I),
TypeCache
(
TypeCache
) {}
[
all
...]
CGDebugInfo.h
86
llvm::DenseMap<const void *, llvm::TrackingMDRef>
TypeCache
;
214
/// Look up the completed type for a self pointer in the
TypeCache
and
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Debugify.cpp
90
DenseMap<uint64_t, DIType *>
TypeCache
;
93
DIType *&DTy =
TypeCache
[Size];
Completed in 23 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026