Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp115 CreateArchList({llvm::Triple::x86_64, llvm::Triple::x86, in PlatformOpenBSD()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/AIX/
H A DPlatformAIX.cpp102 CreateArchList({llvm::Triple::ppc64}, llvm::Triple::AIX); in PlatformAIX()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp124 m_supported_architectures = CreateArchList( in PlatformFreeBSD()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp113 m_supported_architectures = CreateArchList( in PlatformNetBSD()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h985 CreateArchList(llvm::ArrayRef<llvm::Triple::ArchType> archs,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1084 Platform::CreateArchList(llvm::ArrayRef<llvm::Triple::ArchType> archs, in CreateArchList() function in Platform