Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h135 struct Allocators { struct
136 using NodeAllocatorType = NodeArray::AllocatorType;
160 Allocators() = default; argument
162 Allocators &operator=(const Allocators &) = delete; argument
171 explicit Allocators(Buffers &B) XRAY_NEVER_INSTRUMENT { in Allocators() function
193 explicit Allocators(uptr Max) XRAY_NEVER_INSTRUMENT { in Allocators() argument
211 Allocators(Allocators &&O) XRAY_NEVER_INSTRUMENT { in Allocators() function
294 ~Allocators() XRAY_NEVER_INSTRUMENT { in ~Allocators() argument
H A Dxray_profiling.cpp43 atomic_uintptr_t Allocators; member
88 uptr Allocators = 0; in getThreadLocalData() local
160 auto Allocators = atomic_exchange(&TLD.Allocators, 0, memory_order_acq_rel); in cleanupTLD() local
186 auto Allocators = reinterpret_cast<FunctionCallTrie::Allocators *>(A); in postCurrentThreadFCT() local
H A Dxray_profile_collector.cpp62 FunctionCallTrie::Allocators Allocators; member
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5996 ArrayRef<std::pair<const Expr *, const Expr *>> Allocators; member in __anon7bb087082511::OMPUsesAllocatorsActionTy
6000 ArrayRef<std::pair<const Expr *, const Expr *>> Allocators) in OMPUsesAllocatorsActionTy()
6027 SmallVector<std::pair<const Expr *, const Expr *>, 4> Allocators; in emitTargetOutlinedFunction() local