Home
last modified time | relevance | path

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

/freebsd/contrib/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() function
189 explicit Allocators(uptr Max) XRAY_NEVER_INSTRUMENT { in Allocators() function
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
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPerThreadBumpPtrAllocator.h112 std::unique_ptr<AllocatorTy[]> Allocators; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5803 ArrayRef<std::pair<const Expr *, const Expr *>> Allocators; member in __anon93cce0fb2711::OMPUsesAllocatorsActionTy
5807 ArrayRef<std::pair<const Expr *, const Expr *>> Allocators) in OMPUsesAllocatorsActionTy()
5834 SmallVector<std::pair<const Expr *, const Expr *>, 4> Allocators; in emitTargetOutlinedFunction() local