Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp2153 ArchSpec *platform_arch_ptr, in GetOrCreate() argument
2159 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) in GetOrCreate()
2167 platform_arch_ptr)) in GetOrCreate()
2180 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) { in GetOrCreate()
2192 platform_arch_ptr)) { in GetOrCreate()
2197 if (platform_arch_ptr) in GetOrCreate()
2198 platform_arch_ptr->Clear(); in GetOrCreate()
2204 ArchSpec *platform_arch_ptr) { in GetOrCreate() argument
2207 return GetOrCreate(arch, process_host_arch, platform_arch_ptr, error); in GetOrCreate()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h1084 ArchSpec *platform_arch_ptr, Status &error);
1087 ArchSpec *platform_arch_ptr);