Searched refs:GetOrCreate (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flat_map.h102 T *map2 = GetOrCreate(idx / kSize2);
108 T *map2 = GetOrCreate(idx / kSize2);
127 T *GetOrCreate(uptr idx) const { function in class:__sanitizer::TwoLevelMap
H A Dsanitizer_stack_store.h106 uptr *GetOrCreate(StackStore *store);
H A Dsanitizer_stack_store.cpp87 return blocks_[block_idx].GetOrCreate(this) + GetInBlockIdx(start);
132 // TwoLevelMap::GetOrCreate.
146 uptr *StackStore::BlockInfo::GetOrCreate(StackStore *store) { function in class:__sanitizer::StackStore::BlockInfo
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp44 platform_sp = platforms.GetOrCreate(arch, {}, &platform_arch, error);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp188 platform_list.GetOrCreate(archs, {}, candidates)) {
221 platform_sp = platform_list.GetOrCreate(arch, {}, &platform_arch);
232 platform_list.GetOrCreate(platform_arch, {}, &fixed_platform_arch);
264 debugger.GetPlatformList().GetOrCreate(specified_arch, {}, &arch);
H A DPlatform.cpp2142 PlatformSP PlatformList::GetOrCreate(llvm::StringRef name) { function in class:PlatformList
2151 PlatformSP PlatformList::GetOrCreate(const ArchSpec &arch, function in class:PlatformList
2202 PlatformSP PlatformList::GetOrCreate(const ArchSpec &arch, function in class:PlatformList
2207 return GetOrCreate(arch, process_host_arch, platform_arch_ptr, error);
2211 PlatformSP PlatformList::GetOrCreate(llvm::ArrayRef<ArchSpec> archs, function in class:PlatformList
2242 if (PlatformSP platform = GetOrCreate(arch, process_host_arch, nullptr))
H A DTarget.cpp1555 GetDebugger().GetPlatformList().GetOrCreate(other, {},
H A DProcess.cpp2962 platform_sp = GetTarget().GetDebugger().GetPlatformList().GetOrCreate(
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h1081 lldb::PlatformSP GetOrCreate(llvm::StringRef name);
1082 lldb::PlatformSP GetOrCreate(const ArchSpec &arch,
1085 lldb::PlatformSP GetOrCreate(const ArchSpec &arch,
1101 lldb::PlatformSP GetOrCreate(llvm::ArrayRef<ArchSpec> archs,
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1518 if (PlatformSP platform_sp = platforms.GetOrCreate(platform_name_cstr))

Completed in 225 milliseconds