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.cpp2105 ArchSpec *platform_arch_ptr, in GetOrCreate() argument
2111 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) in GetOrCreate()
2119 platform_arch_ptr)) in GetOrCreate()
2132 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) { in GetOrCreate()
2144 platform_arch_ptr)) { in GetOrCreate()
2149 if (platform_arch_ptr) in GetOrCreate()
2150 platform_arch_ptr->Clear(); in GetOrCreate()
2156 ArchSpec *platform_arch_ptr) { in GetOrCreate() argument
2159 return GetOrCreate(arch, process_host_arch, platform_arch_ptr, error); in GetOrCreate()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h1066 ArchSpec *platform_arch_ptr, Status &error);
1069 ArchSpec *platform_arch_ptr);