Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flat_map.h131 T *GetOrCreate(uptr idx) const { in GetOrCreate() function
H A Dsanitizer_stack_store.cpp141 uptr *StackStore::BlockInfo::GetOrCreate(StackStore *store) { in GetOrCreate() function in __sanitizer::StackStore::BlockInfo
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DReproducer.h125 template <typename T> T &GetOrCreate() { in GetOrCreate() function
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DReproducerTest.cpp137 TEST(GeneratorTest, GetOrCreate) { in TEST() argument
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1952 PlatformSP PlatformList::GetOrCreate(llvm::StringRef name) { in GetOrCreate() function in PlatformList
1961 PlatformSP PlatformList::GetOrCreate(const ArchSpec &arch, in GetOrCreate() function in PlatformList
2009 PlatformSP PlatformList::GetOrCreate(const ArchSpec &arch, in GetOrCreate() function in PlatformList
2018 PlatformSP PlatformList::GetOrCreate(llvm::ArrayRef<ArchSpec> archs, in GetOrCreate() function in PlatformList