Searched refs:Allocators (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.h35 /// Moves the collection of FunctionCallTrie, Allocators, and Buffers associated
40 FunctionCallTrie::Allocators &&A,
41 FunctionCallTrie::Allocators::Buffers &&B, tid_t TId);
H A Dxray_profiling.cpp43 atomic_uintptr_t Allocators; member in struct:__xray::__anon1062::ProfilingData
55 thread_local FunctionCallTrie::Allocators::Buffers ThreadBuffers;
56 thread_local std::aligned_storage<sizeof(FunctionCallTrie::Allocators),
57 alignof(FunctionCallTrie::Allocators)>::type
88 uptr Allocators = 0;
89 if (atomic_compare_exchange_strong(&TLD.Allocators, &Allocators, 1,
94 atomic_store(&TLD.Allocators, 0, memory_order_release);
128 new (&AllocatorsStorage) FunctionCallTrie::Allocators( member in class:__xray::__anon1062::FunctionCallTrie
130 Allocators
160 auto Allocators = atomic_exchange(&TLD.Allocators, 0, memory_order_acq_rel); variable
[all...]
H A Dxray_function_call_trie.h135 struct Allocators { struct in class:__xray::FunctionCallTrie
160 Allocators() = default;
161 Allocators(const Allocators &) = delete;
162 Allocators &operator=(const Allocators &) = delete;
171 explicit Allocators(Buffers &B) XRAY_NEVER_INSTRUMENT {
193 explicit Allocators(uptr Max) XRAY_NEVER_INSTRUMENT {
211 Allocators(Allocators
[all...]
H A Dxray_profile_collector.cpp61 FunctionCallTrie::Allocators::Buffers Buffers;
62 FunctionCallTrie::Allocators Allocators; member in struct:__xray::profileCollectorService::__anon1060::ThreadData
109 FunctionCallTrie::Allocators &&A,
110 FunctionCallTrie::Allocators::Buffers &&B,
117 A.~Allocators();
136 A.~Allocators();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h207 auto I = Allocators.find(Id);
208 if (I != Allocators.end())
212 Allocators[Id] = Allocator();
236 auto I = Allocators.find(Id);
237 if (I == Allocators.end())
240 Allocators.erase(I);
378 auto I = Allocators.find(Id);
379 if (I == Allocators.end())
399 auto I = Allocators.find(Id);
400 if (I == Allocators
435 std::map<ResourceIdMgr::ResourceId, Allocator> Allocators; member in class:llvm::orc::remote::OrcRemoteTargetServer
[all...]

Completed in 78 milliseconds