Home
last modified time | relevance | path

Searched refs:getSingleton (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_posix.cpp106 if (auto *S = getSingleton()) in installAtFork()
110 if (auto *S = getSingleton()) in installAtFork()
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSnippetGenerator.h34 std::vector<CodeTemplate> getSingleton(CodeTemplate &&CT);
H A DParallelSnippetGenerator.cpp309 return getSingleton(std::move(CT)); in generateCodeTemplates()
315 return getSingleton(std::move(CT)); in generateCodeTemplates()
H A DSnippetGenerator.cpp27 std::vector<CodeTemplate> getSingleton(CodeTemplate &&CT) { in getSingleton() function
/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h191 static GuardedPoolAllocator *getSingleton();
H A Dguarded_pool_allocator.cpp43 GuardedPoolAllocator *GuardedPoolAllocator::getSingleton() { in getSingleton() function in gwp_asan::GuardedPoolAllocator