Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h145 eByteOrderPDP = 2, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp250 case eByteOrderPDP: in Handle_qHostInfo()
1294 case lldb::eByteOrderPDP: in CreateProcessInfoResponse_DebugServerStyle()
H A DGDBRemoteCommunicationClient.cpp1297 .Case("pdp", eByteOrderPDP) in GetHostInfo()
2197 .Case("pdp", eByteOrderPDP) in GetCurrentProcessInfo()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst261 .. py:data:: eByteOrderPDP
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82520 {SWIG_LUA_CONSTTAB_INT("eByteOrderPDP", (lldb::eByteOrderPDP))},