| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_flat_map.h | 102 T *map2 = GetOrCreate(idx / kSize2); 108 T *map2 = GetOrCreate(idx / kSize2); 127 T *GetOrCreate(uptr idx) const { in GetOrCreate() 123 T *GetOrCreate(uptr idx) const { GetOrCreate() function
|
| H A D | sanitizer_stack_store.h | 106 uptr *GetOrCreate(StackStore *store);
|
| H A D | sanitizer_stack_store.cpp | 87 return blocks_[block_idx].GetOrCreate(this) + GetInBlockIdx(start); in Alloc() 132 // TwoLevelMap::GetOrCreate. in Create() 146 uptr *StackStore::BlockInfo::GetOrCreate(StackStore *store) { in GetOrCreate() 141 uptr *StackStore::BlockInfo::GetOrCreate(StackStore *store) { GetOrCreate() function in __sanitizer::StackStore::BlockInfo
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProtocolServer.cpp | 46 ProtocolServer *server = ProtocolServer::GetOrCreate(protocol); in DoExecute() 120 ProtocolServer *server = ProtocolServer::GetOrCreate(protocol); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ProtocolServer.h | 23 static ProtocolServer *GetOrCreate(llvm::StringRef name);
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | ProtocolServer.cpp | 15 ProtocolServer *ProtocolServer::GetOrCreate(llvm::StringRef name) { in GetOrCreate() function in ProtocolServer
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetList.cpp | 188 platform_list.GetOrCreate(archs, {}, candidates)) { in CreateTargetInternal() 222 platform_sp = platform_list.GetOrCreate(arch, {}, &platform_arch); in CreateTargetInternal() 233 platform_list.GetOrCreate(platform_arch, {}, &fixed_platform_arch); in CreateTargetInternal() 265 debugger.GetPlatformList().GetOrCreate(specified_arch, {}, &arch); in CreateTargetInternal()
|
| H A D | Platform.cpp | 2106 PlatformSP PlatformList::GetOrCreate(llvm::StringRef name) { in GetOrCreate() function in PlatformList 2115 PlatformSP PlatformList::GetOrCreate(const ArchSpec &arch, in GetOrCreate() function in PlatformList 2166 PlatformSP PlatformList::GetOrCreate(const ArchSpec &arch, in GetOrCreate() function in PlatformList 2171 return GetOrCreate(arch, process_host_arch, platform_arch_ptr, error); in GetOrCreate() 2175 PlatformSP PlatformList::GetOrCreate(llvm::ArrayRef<ArchSpec> archs, in GetOrCreate() function in PlatformList 2206 if (PlatformSP platform = GetOrCreate(arch, process_host_arch, nullptr)) in GetOrCreate()
|
| H A D | Target.cpp | 1710 GetDebugger().GetPlatformList().GetOrCreate(other, {}, in SetArchitecture()
|
| H A D | Process.cpp | 3084 platform_sp = GetTarget().GetDebugger().GetPlatformList().GetOrCreate( in CompleteAttach()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Platform.h | 1126 lldb::PlatformSP GetOrCreate(llvm::StringRef name); 1127 lldb::PlatformSP GetOrCreate(const ArchSpec &arch, 1130 lldb::PlatformSP GetOrCreate(const ArchSpec &arch, 1146 lldb::PlatformSP GetOrCreate(llvm::ArrayRef<ArchSpec> archs,
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupPlatform.cpp | 44 platform_sp = platforms.GetOrCreate(arch, {}, &platform_arch, error); in CreatePlatformWithOptions()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1509 if (PlatformSP platform_sp = platforms.GetOrCreate(platform_name_cstr)) in SetCurrentPlatform()
|