Home
last modified time | relevance | path

Searched refs:platform_arch_ptr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp2117 ArchSpec *platform_arch_ptr, in GetOrCreate() argument
2123 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) in GetOrCreate()
2131 platform_arch_ptr)) in GetOrCreate()
2144 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) { in GetOrCreate()
2156 platform_arch_ptr)) { in GetOrCreate()
2161 if (platform_arch_ptr) in GetOrCreate()
2162 platform_arch_ptr->Clear(); in GetOrCreate()
2168 ArchSpec *platform_arch_ptr) { in GetOrCreate() argument
2171 return GetOrCreate(arch, process_host_arch, platform_arch_ptr, error); in GetOrCreate()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h1129 ArchSpec *platform_arch_ptr, Status &error);
1132 ArchSpec *platform_arch_ptr);