HomeSort by relevance Sort by last modified time
    Searched defs:DynamicRegisterInfo (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Process/Utility/
DynamicRegisterInfo.cpp 1 //===-- DynamicRegisterInfo.cpp ----------------------------*- C++ -*-===//
12 #include "DynamicRegisterInfo.h"
27 DynamicRegisterInfo::DynamicRegisterInfo () :
36 DynamicRegisterInfo::DynamicRegisterInfo (const lldb_private::PythonDictionary &dict) :
46 DynamicRegisterInfo::~DynamicRegisterInfo ()
52 DynamicRegisterInfo::SetRegisterInfo (const lldb_private::PythonDictionary &dict)
177 DynamicRegisterInfo::AddRegister (RegisterInfo &reg_info
    [all...]
DynamicRegisterInfo.h 1 //===-- DynamicRegisterInfo.h -----------------------------------*- C++ -*-===//
22 class DynamicRegisterInfo
25 DynamicRegisterInfo ();
27 DynamicRegisterInfo (const lldb_private::PythonDictionary &dict);
30 ~DynamicRegisterInfo ();
70 // Classes that inherit from DynamicRegisterInfo can see and modify these

Completed in 41 milliseconds