Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h135 struct Allocators { struct
136 NodeAllocatorTypeAllocators global() argument
160 NodeIdPairAllocatorAllocators global() argument
162 operatorAllocators global() argument
171 AllocatorsAllocators Allocators() argument
193 AllocatorsAllocators Allocators() argument
211 AllocatorsAllocators Allocators() argument
294 ~AllocatorsAllocators ~Allocators() argument
[all...]
H A Dxray_profiling.cpp43 atomic_uintptr_t Allocators; member
88 uptr Allocators = 0; getThreadLocalData() local
160 auto Allocators = atomic_exchange(&TLD.Allocators, 0, memory_order_acq_rel); cleanupTLD() local
186 auto Allocators = reinterpret_cast<FunctionCallTrie::Allocators *>(A); postCurrentThreadFCT() local
[all...]
H A Dxray_profile_collector.cpp62 FunctionCallTrie::Allocators Allocators; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DPerThreadBumpPtrAllocator.h112 std::unique_ptr<AllocatorTy[]> Allocators; variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5788 ArrayRef<std::pair<const Expr *, const Expr *>> Allocators; global() member in __anon5bd794cd2711::OMPUsesAllocatorsActionTy
5792 OMPUsesAllocatorsActionTy(ArrayRef<std::pair<const Expr *,const Expr * >> Allocators) OMPUsesAllocatorsActionTy() argument
5819 SmallVector<std::pair<const Expr *, const Expr *>, 4> Allocators; emitTargetOutlinedFunction() local