Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h135 struct Allocators { struct
156 Allocators() = default; argument
158 Allocators &operator=(const Allocators &) = delete; argument
167 explicit Allocators(Buffers &B) XRAY_NEVER_INSTRUMENT { in Allocators() argument
189 explicit Allocators(uptr Max) XRAY_NEVER_INSTRUMENT { in Allocators() argument
207 Allocators(Allocators &&O) XRAY_NEVER_INSTRUMENT { in Allocators() function
290 ~Allocators() XRAY_NEVER_INSTRUMENT { in ~Allocators() argument
H A Dxray_profiling.cpp43 atomic_uintptr_t Allocators; member
85 uptr Allocators = 0; in getThreadLocalData() local
157 auto Allocators = atomic_exchange(&TLD.Allocators, 0, memory_order_acq_rel); in cleanupTLD() local
183 auto Allocators = reinterpret_cast<FunctionCallTrie::Allocators *>(A); in postCurrentThreadFCT() local
H A Dxray_profile_collector.cpp62 FunctionCallTrie::Allocators Allocators; member
/llvm-project/llvm/include/llvm/Support/
H A DPerThreadBumpPtrAllocator.h112 std::unique_ptr<AllocatorTy[]> Allocators; variable
/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dprofile_collector_test.cpp122 auto Allocators = FunctionCallTrie::InitAllocatorsFromBuffers(Buffers); in TEST() local
195 thread_local auto Allocators = in threadProcessing() local
H A Dfunction_call_trie_test.cpp22 FunctionCallTrie::Allocators Allocators = FunctionCallTrie::InitAllocators(); in TEST() local
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5802 for (const auto &AllocatorData : Allocators) { in OMPUsesAllocatorsActionTy() argument
5798 ArrayRef<std::pair<const Expr *, const Expr *>> Allocators; global() member in __anon143de22e2711::OMPUsesAllocatorsActionTy
5829 SmallVector<std::pair<const Expr *, const Expr *>, 4> Allocators; emitTargetOutlinedFunction() local