Searched defs:byte_order (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.cpp23 ClangExpressionVariable( ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, uint32_t addr_byte_size) argument
50 ClangExpressionVariable( ExecutionContextScope *exe_scope, ConstString name, const TypeFromUser &user_type, lldb::ByteOrder byte_order, uint32_t addr_byte_size) argument
H A DClangPersistentVariables.cpp33 CreatePersistentVariable( ExecutionContextScope *exe_scope, ConstString name, const CompilerType &compiler_type, lldb::ByteOrder byte_order, uint32_t addr_byte_size) argument
H A DClangExpressionDeclMap.h248 lldb::ByteOrder byte_order; member in struct:lldb_private::ClangExpressionDeclMap::TargetInfo
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DStreamBuffer.h23 StreamBuffer(uint32_t flags, uint32_t addr_size, lldb::ByteOrder byte_order) argument
H A DValue.h72 lldb::ByteOrder byte_order; member in struct:lldb_private::Value::Vector
84 SetBytes(const void *bytes, size_t length, lldb::ByteOrder byte_order) argument
181 SetVectorBytes(uint8_t *bytes, size_t length, lldb::ByteOrder byte_order) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DStreamFile.cpp18 StreamFile::StreamFile(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) argument
H A DDumpDataExtractor.cpp74 const lldb::ByteOrder byte_order = data.GetByteOrder(); local
H A DValueObjectConstResult.cpp28 Create(ExecutionContextScope *exe_scope, ByteOrder byte_order, uint32_t addr_byte_size, lldb::addr_t address) argument
37 ValueObjectConstResult(ExecutionContextScope *exe_scope, ByteOrder byte_order, uint32_t addr_byte_size, lldb::addr_t address) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStreamString.cpp16 StreamString(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) argument
H A DGDBRemote.cpp23 StreamGDBRemote(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) argument
H A DRegisterValue.cpp777 SetBytes(const void *bytes, size_t length, lldb::ByteOrder byte_order) argument
[all...]
H A DStream.cpp25 Stream::Stream(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) argument
36 ByteOrder Stream::SetByteOrder(ByteOrder byte_order) { argument
244 size_t Stream::PutHex16(uint16_t uvalue, ByteOrder byte_order) { argument
260 size_t Stream::PutHex32(uint32_t uvalue, ByteOrder byte_order) { argument
276 PutHex64(uint64_t uvalue, ByteOrder byte_order) argument
292 PutMaxHex64(uint64_t uvalue, size_t byte_size, lldb::ByteOrder byte_order) argument
312 PutFloat(float f, ByteOrder byte_order) argument
319 PutDouble(double d, ByteOrder byte_order) argument
326 PutLongDouble(long double ld, ByteOrder byte_order) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp76 ByteOrder byte_order = architecture.GetByteOrder(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp110 ByteOrder byte_order = architecture.GetByteOrder(); local
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h265 lldb::ByteOrder byte_order; member in struct:lldb_private::RegisterValue::__anon1402
75 RegisterValue(uint8_t *bytes, size_t length, lldb::ByteOrder byte_order) argument
H A DDataExtractor.h936 void SetByteOrder(lldb::ByteOrder byte_order) { m_byte_order = byte_order; } argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_arm.cpp78 ByteOrder byte_order = GetByteOrder(); local
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp80 lldb::ByteOrder byte_order = GetByteOrder(); local
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp79 ByteOrder byte_order = GetByteOrder(); local
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp91 ByteOrder byte_order = GetByteOrder(); local
H A DRegisterContextPOSIXProcessMonitor_x86.cpp136 ByteOrder byte_order = GetByteOrder(); local
210 ByteOrder byte_order = GetByteOrder(); local
359 ByteOrder byte_order = GetByteOrder(); local
394 ByteOrder byte_order = GetByteOrder(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp360 const ByteOrder byte_order = m_process->GetByteOrder(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp120 const ByteOrder byte_order = arch.GetByteOrder(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp2096 const ByteOrder byte_order = exe_ctx.GetProcessRef().GetByteOrder(); local
2272 const ByteOrder byte_order = local
2286 DataBufferSP(heap_data_up.release()), byte_order, local
2370 const ByteOrder byte_order local
2377 DataExtractor data(DataBufferSP(heap_data_up.release()), byte_order, local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp2121 const ByteOrder byte_order = exe_ctx.GetProcessRef().GetByteOrder(); local
2302 const ByteOrder byte_order = local
2316 DataBufferSP(heap_data_up.release()), byte_order, local
2402 const ByteOrder byte_order local
2410 byte_order, local
[all...]

Completed in 154 milliseconds

12