Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
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
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
Dxray_profile_collector.cpp62 FunctionCallTrie::Allocators Allocators; member
/external/llvm-project/compiler-rt/lib/xray/tests/unit/
Dprofile_collector_test.cpp122 auto Allocators = FunctionCallTrie::InitAllocatorsFromBuffers(Buffers); in TEST() local
195 thread_local auto Allocators = in threadProcessing() local
Dfunction_call_trie_test.cpp22 FunctionCallTrie::Allocators Allocators = FunctionCallTrie::InitAllocators(); in TEST() local
/external/fmtlib/doc/
Dapi.rst378 .. _ranges-api:
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h435 std::map<ResourceIdMgr::ResourceId, Allocator> Allocators; variable
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h449 std::map<ResourceIdMgr::ResourceId, Allocator> Allocators; variable
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h438 std::map<ResourceIdMgr::ResourceId, Allocator> Allocators; variable
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1815 .. _whatsnew-pep-442:
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp6324 ArrayRef<std::pair<const Expr *, const Expr *>> Allocators; member in __anonbe229beb3b11::OMPUsesAllocatorsActionTy
6328 ArrayRef<std::pair<const Expr *, const Expr *>> Allocators) in OMPUsesAllocatorsActionTy()
6355 SmallVector<std::pair<const Expr *, const Expr *>, 4> Allocators; in emitTargetOutlinedFunction() local