Home
last modified time | relevance | path

Searched refs:CreateArchList (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp118 CreateArchList({llvm::Triple::x86_64, llvm::Triple::x86, in PlatformOpenBSD()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp124 m_supported_architectures = CreateArchList( in PlatformFreeBSD()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp113 m_supported_architectures = CreateArchList( in PlatformNetBSD()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp122 m_supported_architectures = CreateArchList( in PlatformLinux()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h886 CreateArchList(llvm::ArrayRef<llvm::Triple::ArchType> archs,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1145 Platform::CreateArchList(llvm::ArrayRef<llvm::Triple::ArchType> archs, in CreateArchList() function in Platform