Searched defs:TypeCache (Results 1 – 4 of 4) sorted by relevance
46 const CodeGenTypeCache &TypeCache; variable48 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::LLVMContext &C) in CGBuilderTy()50 CGBuilderTy(const CodeGenTypeCache &TypeCache, in CGBuilderTy()54 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::Instruction *I) in CGBuilderTy()56 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::BasicBlock *BB) in CGBuilderTy()
102 llvm::DenseMap<const Type *, llvm::Type *> TypeCache; variable
86 llvm::DenseMap<const void *, llvm::TrackingMDRef> TypeCache; variable
90 DenseMap<uint64_t, DIType *> TypeCache; in applyDebugifyMetadata() local