Home
last modified time | relevance | path

Searched refs:InitAllocatorsFromBuffers (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dprofile_collector_test.cpp122 auto Allocators = FunctionCallTrie::InitAllocatorsFromBuffers(Buffers); in TEST()
196 FunctionCallTrie::InitAllocatorsFromBuffers(Buffers); in threadProcessing()
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_profiling.cpp129 FunctionCallTrie::InitAllocatorsFromBuffers(ThreadBuffers)); in getThreadLocalData()
H A Dxray_function_call_trie.h316 InitAllocatorsFromBuffers(Allocators::Buffers &Bufs) XRAY_NEVER_INSTRUMENT { in InitAllocatorsFromBuffers() function