/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
D | ObjectFileBreakpad.h | 68 uint32_t GetAddressByteSize() const override { in GetAddressByteSize() function
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
D | ObjectFilePDB.h | 63 uint32_t GetAddressByteSize() const override { return 8; } in GetAddressByteSize() function
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFUnit.h | 59 uint16_t GetAddressByteSize() const { return m_addr_size; } in GetAddressByteSize() function 151 uint8_t GetAddressByteSize() const { return m_header.GetAddressByteSize(); } in GetAddressByteSize() function
|
D | DWARFUnit.cpp | 555 uint8_t DWARFUnit::GetAddressByteSize(const DWARFUnit *cu) { in GetAddressByteSize() function in DWARFUnit
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
D | ObjectFileWasm.h | 74 uint32_t GetAddressByteSize() const override { in GetAddressByteSize() function
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderDarwin.h | 154 uint32_t GetAddressByteSize() { in GetAddressByteSize() function
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | DataExtractor.h | 253 uint32_t GetAddressByteSize() const { return m_addr_size; } in GetAddressByteSize() function
|
/external/llvm-project/lldb/include/lldb/Host/common/ |
D | NativeProcessProtocol.h | 180 uint32_t GetAddressByteSize() const { in GetAddressByteSize() function
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
D | ObjectFileJIT.cpp | 114 uint32_t ObjectFileJIT::GetAddressByteSize() const { in GetAddressByteSize() function in ObjectFileJIT
|
/external/llvm-project/lldb/source/Target/ |
D | ExecutionContext.cpp | 176 uint32_t ExecutionContext::GetAddressByteSize() const { in GetAddressByteSize() function in ExecutionContext
|
D | Process.cpp | 3444 uint32_t Process::GetAddressByteSize() const { in GetAddressByteSize() function in Process
|
/external/llvm-project/lldb/source/Expression/ |
D | IRMemoryMap.cpp | 241 uint32_t IRMemoryMap::GetAddressByteSize() { in GetAddressByteSize() function in IRMemoryMap
|
D | IRExecutionUnit.cpp | 1224 uint32_t IRExecutionUnit::GetAddressByteSize() const { in GetAddressByteSize() function in IRExecutionUnit
|
/external/llvm-project/lldb/source/Utility/ |
D | Stream.cpp | 179 uint32_t Stream::GetAddressByteSize() const { return m_addr_size; } in GetAddressByteSize() function in Stream
|
D | ArchSpec.cpp | 673 uint32_t ArchSpec::GetAddressByteSize() const { in GetAddressByteSize() function in ArchSpec
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | EmulateInstruction.h | 424 uint32_t GetAddressByteSize() const { return m_arch.GetAddressByteSize(); } in GetAddressByteSize() function
|
/external/llvm-project/lldb/source/API/ |
D | SBData.cpp | 70 uint8_t SBData::GetAddressByteSize() { in GetAddressByteSize() function in SBData
|
D | SBModule.cpp | 606 uint32_t SBModule::GetAddressByteSize() { in GetAddressByteSize() function in SBModule
|
D | SBProcess.cpp | 592 uint32_t SBProcess::GetAddressByteSize() const { in GetAddressByteSize() function in SBProcess
|
D | SBTarget.cpp | 1726 uint32_t SBTarget::GetAddressByteSize() { in GetAddressByteSize() function in SBTarget
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | ProcessMinidump.cpp | 79 uint32_t GetAddressByteSize() const override { in GetAddressByteSize() function in __anonfadbf2d70111::PlaceholderObjectFile
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.cpp | 328 uint32_t ObjectFilePECOFF::GetAddressByteSize() const { in GetAddressByteSize() function in ObjectFilePECOFF
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 955 uint32_t DynamicLoaderDarwinKernel::KextImageInfo::GetAddressByteSize() { in GetAddressByteSize() function in DynamicLoaderDarwinKernel::KextImageInfo
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 704 uint32_t ObjectFileELF::GetAddressByteSize() const { in GetAddressByteSize() function in ObjectFileELF
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 1081 uint32_t ObjectFileMachO::GetAddressByteSize() const { in GetAddressByteSize() function in ObjectFileMachO
|