Home
last modified time | relevance | path

Searched refs:eArchTypeCOFF (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-private-enumerations.h65 eArchTypeCOFF, enumerator
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDArchSpec.cpp477 eArchTypeCOFF,
923 } else if (arch_type == eArchTypeCOFF && os == llvm::Triple::Win32) { in SetArchitecture()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.cpp2107 m_process_arch.SetArchitecture(eArchTypeCOFF, cpu, sub); in GetCurrentProcessInfo()