Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1981 ArchSpec *platform_arch_ptr, in GetOrCreate() argument
1987 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) in GetOrCreate()
1995 platform_arch_ptr)) in GetOrCreate()
2008 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) { in GetOrCreate()
2020 platform_arch_ptr)) { in GetOrCreate()
2025 if (platform_arch_ptr) in GetOrCreate()
2026 platform_arch_ptr->Clear(); in GetOrCreate()
2032 ArchSpec *platform_arch_ptr) { in GetOrCreate() argument
2035 return GetOrCreate(arch, process_host_arch, platform_arch_ptr, error); in GetOrCreate()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h1035 ArchSpec *platform_arch_ptr, Status &error);
1038 ArchSpec *platform_arch_ptr);