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
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() argument
193 explicit Allocators(uptr Max) XRAY_NEVER_INSTRUMENT { in Allocators() argument
211 Allocators(Allocators &&O) XRAY_NEVER_INSTRUMENT { in Allocators() argument
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
/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.cpp5788 ArrayRef<std::pair<const Expr *, const Expr *>> Allocators; member in __anoncc86edc32711::OMPUsesAllocatorsActionTy
5792 ArrayRef<std::pair<const Expr *, const Expr *>> Allocators) in OMPUsesAllocatorsActionTy()
5819 SmallVector<std::pair<const Expr *, const Expr *>, 4> Allocators; in emitTargetOutlinedFunction() local