Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A 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()
H A DCodeGenTypes.h162 llvm::DenseMap<const Type *, llvm::Type *> TypeCache; variable
H A DCGDebugInfo.h84 llvm::DenseMap<const void *, llvm::TrackingMDRef> TypeCache; variable
/freebsd-12.1/contrib/llvm/tools/opt/
H A DDebugify.cpp76 DenseMap<uint64_t, DIType *> TypeCache; in applyDebugifyMetadata() local