Home
last modified time | relevance | path

Searched refs:eByteOrderPDP (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h141 eByteOrderPDP = 2, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp244 case eByteOrderPDP: in Handle_qHostInfo()
1229 case lldb::eByteOrderPDP: in CreateProcessInfoResponse_DebugServerStyle()
H A DGDBRemoteCommunicationClient.cpp1231 .Case("pdp", eByteOrderPDP) in GetHostInfo()
2132 .Case("pdp", eByteOrderPDP) in GetCurrentProcessInfo()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst261 .. py:data:: eByteOrderPDP
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70586 {SWIG_LUA_CONSTTAB_INT("eByteOrderPDP", lldb::eByteOrderPDP)},