Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuilder.h46 const CodeGenTypeCache &TypeCache; variable
48 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()
H A DCodeGenTypes.h102 llvm::DenseMap<const Type *, llvm::Type *> TypeCache; variable
H A DCGDebugInfo.h86 llvm::DenseMap<const void *, llvm::TrackingMDRef> TypeCache; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp90 DenseMap<uint64_t, DIType *> TypeCache; in applyDebugifyMetadata() local