Searched refs:Cache (Results 76 - 80 of 80) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp185 typedef AsanQuarantine::Cache QuarantineCache;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1919 DenseMap<Init *, Init *> Cache; member in class:llvm::final::final::LessRecordRegister::final
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2426 Init *Val = Cache.lookup(VarName);
2444 Cache[VarName] = Val;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8686 const SrcMgr::ContentCache *Cache = FromSLoc.getFile().getContentCache(); local
8694 if (Cache->OrigEntry && Cache->OrigEntry->getDir()) {
8700 ToFileManager.getFile(Cache->OrigEntry->getName());
8714 Cache->getBuffer(FromContext.getDiagnostics(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp822 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable, local
829 Builder.CreateAlignedLoad(Builder.CreateInBoundsGEP(Cache, Indices),

Completed in 118 milliseconds

1234