Searched refs:GetOrCreate (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_flat_map.h | 110 T *map2 = GetOrCreate(idx / kSize2); 116 T *map2 = GetOrCreate(idx / kSize2); 131 T *GetOrCreate(uptr idx) const { in GetOrCreate() function
|
| H A D | sanitizer_stack_store.h | 106 uptr *GetOrCreate(StackStore *store);
|
| H A D | sanitizer_stack_store.cpp | 82 return blocks_[block_idx].GetOrCreate(this) + GetInBlockIdx(start); in Alloc() 141 uptr *StackStore::BlockInfo::GetOrCreate(StackStore *store) { in GetOrCreate() function in __sanitizer::StackStore::BlockInfo
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | TargetList.cpp | 188 platform_list.GetOrCreate(archs, {}, candidates)) { in CreateTargetInternal() 221 platform_sp = platform_list.GetOrCreate(arch, {}, &platform_arch); in CreateTargetInternal() 232 platform_list.GetOrCreate(platform_arch, {}, &fixed_platform_arch); in CreateTargetInternal() 264 debugger.GetPlatformList().GetOrCreate(specified_arch, {}, &arch); in CreateTargetInternal()
|
| H A D | Platform.cpp | 1970 PlatformSP PlatformList::GetOrCreate(llvm::StringRef name) { in GetOrCreate() function in PlatformList 1979 PlatformSP PlatformList::GetOrCreate(const ArchSpec &arch, in GetOrCreate() function in PlatformList 2030 PlatformSP PlatformList::GetOrCreate(const ArchSpec &arch, in GetOrCreate() function in PlatformList 2035 return GetOrCreate(arch, process_host_arch, platform_arch_ptr, error); in GetOrCreate() 2039 PlatformSP PlatformList::GetOrCreate(llvm::ArrayRef<ArchSpec> archs, in GetOrCreate() function in PlatformList 2070 if (PlatformSP platform = GetOrCreate(arch, process_host_arch, nullptr)) in GetOrCreate()
|
| H A D | Target.cpp | 1506 GetDebugger().GetPlatformList().GetOrCreate(other, {}, in SetArchitecture()
|
| H A D | Process.cpp | 2933 platform_sp = GetTarget().GetDebugger().GetPlatformList().GetOrCreate( in CompleteAttach()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Platform.h | 1032 lldb::PlatformSP GetOrCreate(llvm::StringRef name); 1033 lldb::PlatformSP GetOrCreate(const ArchSpec &arch, 1036 lldb::PlatformSP GetOrCreate(const ArchSpec &arch, 1052 lldb::PlatformSP GetOrCreate(llvm::ArrayRef<ArchSpec> archs,
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionGroupPlatform.cpp | 44 platform_sp = platforms.GetOrCreate(arch, {}, &platform_arch, error); in CreatePlatformWithOptions()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1501 if (PlatformSP platform_sp = platforms.GetOrCreate(platform_name_cstr)) in SetCurrentPlatform()
|