Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBuilder.h48 const CodeGenTypeCache &TypeCache; variable
50 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::LLVMContext &C) in CGBuilderTy()
52 CGBuilderTy(const CodeGenTypeCache &TypeCache, in CGBuilderTy()
56 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::Instruction *I) in CGBuilderTy()
58 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::BasicBlock *BB) in CGBuilderTy()
DCodeGenTypes.h163 llvm::DenseMap<const Type *, llvm::Type *> TypeCache; variable
DCGDebugInfo.h77 llvm::DenseMap<const void *, llvm::TrackingMDRef> TypeCache; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp68 DenseMap<uint64_t, DIType *> TypeCache; in applyDebugifyMetadata() local