/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | quarantine_test.cpp | 31 static void deallocateCache(CacheT *Cache) { in deallocateCache() 71 CacheT Cache; in TEST() local 82 CacheT Cache; in TEST() local 105 CacheT Cache; in TEST() local 130 CacheT Cache; in TEST() local 160 CacheT Cache; in TEST() local 195 CacheT Cache; in TEST() local 225 CacheT Cache; member
|
H A D | primary_test.cpp | 146 typename Primary::CacheT Cache; in SCUDO_TYPED_TEST() local 190 typename Primary::CacheT Cache; in TEST() local 230 typename Primary::CacheT Cache; in SCUDO_TYPED_TEST() local 272 static thread_local typename Primary::CacheT Cache; in SCUDO_TYPED_TEST() local 316 typename Primary::CacheT Cache; in SCUDO_TYPED_TEST() local 332 typename Primary::CacheT Cache; in SCUDO_TYPED_TEST() local
|
H A D | tsd_test.cpp | 40 void initCache(CacheT *Cache) { *Cache = {}; } in initCache()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | DebugLoc.cpp | 72 DenseMap<const MDNode *, MDNode *> &Cache) { in replaceInlinedAtSubprogram() argument 112 DenseMap<const MDNode *, MDNode *> &Cache) { in appendInlinedAt() argument
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
H A D | PtrState.cpp | 174 bool BottomUpPtrState::InitBottomUp(ARCMDKindCache &Cache, Instruction *I) { in InitBottomUp() 349 bool TopDownPtrState::MatchWithRelease(ARCMDKindCache &Cache, in MatchWithRelease()
|
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/ |
H A D | cache.py | 11 class Cache: class
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 703 static void AssertSorted(MemoryDependenceResults::NonLocalDepInfo &Cache, in AssertSorted() 718 NonLocalDepInfo &Cache = CacheP.first; in getNonLocalCallDependency() local 902 BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries, in getNonLocalInfoForBlock() 987 SortNonLocalDepInfoCache(MemoryDependenceResults::NonLocalDepInfo &Cache, in SortNonLocalDepInfoCache() 1122 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_dense_alloc_test.cpp | 26 typedef Alloc::Cache Cache; in TEST() typedef
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | FileSystemStatCache.cpp | 36 FileSystemStatCache *Cache, in get()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeSession.h | 129 SymbolCache Cache; variable
|
H A D | SymbolCache.h | 46 mutable std::vector<std::unique_ptr<NativeRawSymbol>> Cache; variable
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | tsd.h | 27 typename Allocator::CacheT Cache; member
|
H A D | quarantine.h | 239 CacheT Cache; variable
|
/openbsd-src/gnu/llvm/llvm/lib/LTO/ |
H A D | LTO.cpp | 1036 Error LTO::run(AddStreamFn AddStream, FileCache Cache) { in run() 1252 FileCache Cache; member in __anon6dbd98f40c11::InProcessThinBackend 1266 AddStreamFn AddStream, FileCache Cache, lto::IndexWriteCallback OnWrite, in InProcessThinBackend() 1281 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM, in runThinLTOBackendThread() 1389 AddStreamFn AddStream, FileCache Cache) { in createInProcessThinBackend() 1466 AddStreamFn AddStream, FileCache Cache) { in createWriteIndexesThinBackend() 1473 Error LTO::runThinLTO(AddStreamFn AddStream, FileCache Cache, in runThinLTO()
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
H A D | DWARFRecordSectionSplitter.cpp | 64 LinkGraph &G, Block &B, LinkGraph::SplitBlockCache &Cache) { in processBlock()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV2.h | 212 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef 253 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ObjCARCAnalysisUtils.h | 83 DenseMap<const Value *, std::pair<WeakVH, WeakTrackingVH>> &Cache) { in GetUnderlyingObjCPtrCached()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_quarantine_test.cpp | 30 typedef QuarantineCache<QuarantineCallback> Cache; typedef
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | ImmutableList.h | 154 CacheTy Cache; variable
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_dense_alloc.h | 38 typedef DenseSlabAllocCache Cache; typedef
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | RangedConstraintManager.h | 303 llvm::FoldingSet<ContainerType> Cache; variable
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | InterferenceCache.h | 208 void setPhysReg(InterferenceCache &Cache, MCRegister PhysReg) { in setPhysReg()
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.h | 213 llvm::StringMap<const CachedFileSystemEntry *, llvm::BumpPtrAllocator> Cache; variable
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_quarantine.h | 78 typedef QuarantineCache<Callback> Cache; typedef
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 421 static Value *findBaseDefiningValueOfVector(Value *I, DefiningValueMapTy &Cache, in findBaseDefiningValueOfVector() 519 static Value *findBaseDefiningValue(Value *I, DefiningValueMapTy &Cache, in findBaseDefiningValue() 693 static Value *findBaseDefiningValueCached(Value *I, DefiningValueMapTy &Cache, in findBaseDefiningValueCached() 710 static Value *findBaseOrBDV(Value *I, DefiningValueMapTy &Cache, in findBaseOrBDV() 874 static Value *findBasePointer(Value *I, DefiningValueMapTy &Cache, in findBasePointer()
|