Searched defs:GetAddressByteSize (Results 1 - 16 of 16) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h424 uint32_t GetAddressByteSize() const { return m_arch.GetAddressByteSize(); } function in class:lldb_private::EmulateInstruction
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h175 uint32_t GetAddressByteSize() const { function in class:lldb_private::NativeProcessProtocol
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h251 uint32_t GetAddressByteSize() const { return m_addr_size; } function in class:lldb_private::DataExtractor
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp70 uint8_t SBData::GetAddressByteSize() { function in class:SBData
[all...]
H A DSBModule.cpp607 uint32_t SBModule::GetAddressByteSize() { function in class:SBModule
H A DSBProcess.cpp591 uint32_t SBProcess::GetAddressByteSize() const { function in class:SBProcess
H A DSBTarget.cpp1707 uint32_t SBTarget::GetAddressByteSize() { function in class:SBTarget
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1230 uint32_t IRExecutionUnit::GetAddressByteSize() const { function in class:IRExecutionUnit
H A DIRMemoryMap.cpp241 uint32_t IRMemoryMap::GetAddressByteSize() { function in class:IRMemoryMap
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp700 uint32_t ObjectFileELF::GetAddressByteSize() const { function in class:ObjectFileELF
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp112 uint32_t ObjectFileJIT::GetAddressByteSize() const { function in class:ObjectFileJIT
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp563 uint8_t DWARFUnit::GetAddressByteSize(const DWARFUnit *cu) { function in class:DWARFUnit
H A DDWARFUnit.h55 uint16_t GetAddressByteSize() const { return m_addr_size; } function in class:DWARFUnitHeader
141 uint8_t GetAddressByteSize() const { return m_header.GetAddressByteSize(); } function in class:DWARFUnit
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp176 uint32_t ExecutionContext::GetAddressByteSize() const { function in class:ExecutionContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp723 uint32_t ArchSpec::GetAddressByteSize() const { function in class:ArchSpec
H A DStream.cpp183 uint32_t Stream::GetAddressByteSize() const { return m_addr_size; } function in class:Stream

Completed in 190 milliseconds