Searched defs:reg_size (Results 1 – 4 of 4) sorted by relevance
| /llvm-project/lldb/source/Plugins/ABI/RISCV/ | ||
| H A D | ABISysV_riscv.cpp | 153 size_t reg_size = is_rv64 ? 8 : 4; TotalArgsSizeInWords() local |
| /llvm-project/lldb/source/Plugins/ABI/ARC/ | ||
| H A D | ABISysV_arc.cpp | 171 static const size_t reg_size = word_size; variable |
| /llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ | ||
| H A D | PdbUtil.cpp | 882 uint32_t reg_size = in GetVariableLocationInfo() local |
| /llvm-project/lldb/source/Plugins/Process/gdb-remote/ | ||
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 2270 size_t reg_size = packet.GetHexBytesAvail(m_reg_bytes); Handle_P() local |