Searched defs:TypeCache (Results 1 – 4 of 4) sorted by relevance
48 const CodeGenTypeCache &TypeCache; variable51 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::LLVMContext &C) in CGBuilderTy()53 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::LLVMContext &C, in CGBuilderTy()57 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::Instruction *I) in CGBuilderTy()59 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::BasicBlock *BB) in CGBuilderTy()
97 llvm::DenseMap<const Type *, llvm::Type *> TypeCache; variable
85 llvm::DenseMap<const void *, llvm::TrackingMDRef> TypeCache; variable
94 DenseMap<uint64_t, DIType *> TypeCache; in applyDebugifyMetadata() local