Home
last modified time | relevance | path

Searched defs:Allocators (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h136 struct Allocators { struct
137 using NodeAllocatorType = NodeArray::AllocatorType;
161 Allocators() = default; argument
163 Allocators &operator=(const Allocators &) = delete; argument
172 explicit Allocators(Buffers &B) XRAY_NEVER_INSTRUMENT { in Allocators() function
194 explicit Allocators(uptr Max) XRAY_NEVER_INSTRUMENT { in Allocators() function
212 Allocators(Allocators &&O) XRAY_NEVER_INSTRUMENT { in Allocators() function
295 ~Allocators() XRAY_NEVER_INSTRUMENT { in ~Allocators() argument
H A Dxray_profiling.cc44 atomic_uintptr_t Allocators; member
89 uptr Allocators = 0; in getThreadLocalData() local
161 auto Allocators = atomic_exchange(&TLD.Allocators, 0, memory_order_acq_rel); in cleanupTLD() local
187 auto Allocators = reinterpret_cast<FunctionCallTrie::Allocators *>(A); in postCurrentThreadFCT() local
H A Dxray_profile_collector.cc63 FunctionCallTrie::Allocators Allocators; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dprofile_collector_test.cc123 auto Allocators = FunctionCallTrie::InitAllocatorsFromBuffers(Buffers); in TEST() local
196 thread_local auto Allocators = in threadProcessing() local
H A Dfunction_call_trie_test.cc23 FunctionCallTrie::Allocators Allocators = FunctionCallTrie::InitAllocators(); in TEST() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h450 std::map<ResourceIdMgr::ResourceId, Allocator> Allocators; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6372 ArrayRef<std::pair<const Expr *, const Expr *>> Allocators; member in __anonad2d34463b11::OMPUsesAllocatorsActionTy
6376 ArrayRef<std::pair<const Expr *, const Expr *>> Allocators) in OMPUsesAllocatorsActionTy()
6403 SmallVector<std::pair<const Expr *, const Expr *>, 4> Allocators; in emitTargetOutlinedFunction() local