Home
last modified time | relevance | path

Searched refs:addr_byte_size (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBData.h32 void SetAddressByteSize(uint8_t addr_byte_size);
90 uint32_t addr_byte_size,
97 uint32_t addr_byte_size,
102 uint32_t addr_byte_size,
107 uint32_t addr_byte_size,
112 uint32_t addr_byte_size,
117 uint32_t addr_byte_size,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.cpp25 uint32_t addr_byte_size) in ClangExpressionVariable() argument
30 ValueObjectConstResult::Create(exe_scope, byte_order, addr_byte_size); in ClangExpressionVariable()
53 uint32_t addr_byte_size) in ClangExpressionVariable() argument
58 ValueObjectConstResult::Create(exe_scope, byte_order, addr_byte_size); in ClangExpressionVariable()
H A DClangPersistentVariables.cpp40 uint32_t addr_byte_size) { in CreatePersistentVariable() argument
42 exe_scope, name, compiler_type, byte_order, addr_byte_size)); in CreatePersistentVariable()
H A DClangExpressionVariable.h63 lldb::ByteOrder byte_order, uint32_t addr_byte_size);
73 lldb::ByteOrder byte_order, uint32_t addr_byte_size);
H A DClangPersistentVariables.h53 uint32_t addr_byte_size) override;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp79 void SBData::SetAddressByteSize(uint8_t addr_byte_size) { in SetAddressByteSize() argument
81 addr_byte_size); in SetAddressByteSize()
84 m_opaque_sp->SetAddressByteSize(addr_byte_size); in SetAddressByteSize()
387 uint32_t addr_byte_size, in CreateDataFromCString() argument
391 addr_byte_size, data); in CreateDataFromCString()
400 new DataExtractor(buffer_sp, endian, addr_byte_size)); in CreateDataFromCString()
422 new DataExtractor(buffer_sp, endian, addr_byte_size)); in CreateDataFromUInt64Array()
444 new DataExtractor(buffer_sp, endian, addr_byte_size)); in CreateDataFromUInt32Array()
466 new DataExtractor(buffer_sp, endian, addr_byte_size)); in CreateDataFromSInt64Array()
488 new DataExtractor(buffer_sp, endian, addr_byte_size)); in CreateDataFromSInt32Array()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp30 uint32_t addr_byte_size, in Create() argument
34 addr_byte_size, address)) in Create()
41 uint32_t addr_byte_size, in ValueObjectConstResult() argument
47 m_data.SetAddressByteSize(addr_byte_size); in ValueObjectConstResult()
131 uint32_t addr_byte_size) { in Create() argument
135 addr_byte_size)) in Create()
142 AddressType address_type, uint32_t addr_byte_size) in ValueObjectConstResult() argument
146 m_data.SetAddressByteSize(addr_byte_size); in ValueObjectConstResult()
147 m_value.GetScalar().GetData(m_data, addr_byte_size); in ValueObjectConstResult()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBData.i29 SetAddressByteSize (uint8_t addr_byte_size);
103 CreateDataFromCString (lldb::ByteOrder endian, uint32_t addr_byte_size, const char* data);
108 …CreateDataFromUInt64Array (lldb::ByteOrder endian, uint32_t addr_byte_size, uint64_t* array, size_…
111 …CreateDataFromUInt32Array (lldb::ByteOrder endian, uint32_t addr_byte_size, uint32_t* array, size_…
114 …CreateDataFromSInt64Array (lldb::ByteOrder endian, uint32_t addr_byte_size, int64_t* array, size_t…
117 …CreateDataFromSInt32Array (lldb::ByteOrder endian, uint32_t addr_byte_size, int32_t* array, size_t…
120 …CreateDataFromDoubleArray (lldb::ByteOrder endian, uint32_t addr_byte_size, double* array, size_t …
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectConstResult.h39 uint32_t addr_byte_size, lldb::addr_t address = LLDB_INVALID_ADDRESS);
55 AddressType address_type, uint32_t addr_byte_size);
125 lldb::ByteOrder byte_order, uint32_t addr_byte_size,
144 uint32_t addr_byte_size);
H A DAddress.h237 uint32_t addr_byte_size = UINT32_MAX) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp989 addr += addr_byte_size; in EmulatePUSH()
1117 addr += addr_byte_size; in EmulatePOP()
2612 uint32_t reg_byte_size = single_regs ? addr_byte_size : addr_byte_size * 2; in EmulateVPUSH()
2704 uint32_t reg_byte_size = single_regs ? addr_byte_size : addr_byte_size * 2; in EmulateVPOP()
4015 offset += addr_byte_size; in EmulateLDM()
4107 Rn - (addr_byte_size * BitCount(registers)) + addr_byte_size; in EmulateLDMDA()
4128 offset += addr_byte_size; in EmulateLDMDA()
4266 offset += addr_byte_size; in EmulateLDMDB()
4380 offset += addr_byte_size; in EmulateLDMIB()
4700 offset += addr_byte_size; in EmulateSTM()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1864 result.GetOutputStream().SetAddressByteSize(addr_byte_size); in DoExecute()
1865 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
1991 result.GetOutputStream().SetAddressByteSize(addr_byte_size); in DoExecute()
1992 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2081 result.GetOutputStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2082 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2233 result.GetOutputStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2234 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2313 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2911 uint32_t addr_byte_size = in DoExecute() local
[all …]
H A DCommandObjectSource.cpp375 uint32_t addr_byte_size = target->GetArchitecture().GetAddressByteSize(); in DumpLinesInFunctions() local
430 addr += addr_byte_size) { in DumpLinesInFunctions()
557 uint32_t addr_byte_size = target->GetArchitecture().GetAddressByteSize(); in DoExecute() local
558 result.GetOutputStream().SetAddressByteSize(addr_byte_size); in DoExecute()
559 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp247 const uint32_t addr_byte_size = process->GetAddressByteSize(); in GetDynamicTypeAndAddress() local
249 vtable_address_point - 2 * addr_byte_size; in GetDynamicTypeAndAddress()
255 offset_to_top_location, addr_byte_size, INT64_MIN, error); in GetDynamicTypeAndAddress()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h119 uint8_t addr_byte_size);
H A DExpressionVariable.h221 uint32_t addr_byte_size) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp76 uint8_t addr_byte_size) { in UpdateValue() argument
83 m_data.SetAddressByteSize(addr_byte_size); in UpdateValue()
457 const uint32_t addr_byte_size = m_data.GetAddressByteSize(); in Update_DW_OP_addr() local
470 m_data.GetByteOrder(), addr_byte_size); in Update_DW_OP_addr()
473 if (encoder.PutUnsigned(offset, addr_byte_size, file_addr) == UINT32_MAX) in Update_DW_OP_addr()
520 const uint32_t addr_byte_size = m_data.GetAddressByteSize(); in LinkThreadLocalStorage() local
533 m_data.GetByteOrder(), addr_byte_size); in LinkThreadLocalStorage()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp82 const uint32_t addr_byte_size = m_arch.GetAddressByteSize(); in GetNonCallSiteUnwindPlanFromAssembly() local
96 m_initial_sp = (1ull << ((addr_byte_size * 8) - 1)); in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp30 uint32_t addr_byte_size; member
692 return core_def->addr_byte_size; in GetAddressByteSize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2114 const uint32_t addr_byte_size = GetAddressByteSize(); in WritePointerToMemory() local
2115 if (addr_byte_size <= 4) in WritePointerToMemory()
2119 return WriteScalarToMemory(vm_addr, scalar, addr_byte_size, error) == in WritePointerToMemory()
2120 addr_byte_size; in WritePointerToMemory()