Lines Matching refs:SBSourceManager
74 SBSourceManager::SBSourceManager(const SBDebugger &debugger) { in SBSourceManager() function in SBSourceManager
75 LLDB_RECORD_CONSTRUCTOR(SBSourceManager, (const lldb::SBDebugger &), in SBSourceManager()
81 SBSourceManager::SBSourceManager(const SBTarget &target) { in SBSourceManager() function in SBSourceManager
82 LLDB_RECORD_CONSTRUCTOR(SBSourceManager, (const lldb::SBTarget &), target); in SBSourceManager()
87 SBSourceManager::SBSourceManager(const SBSourceManager &rhs) { in SBSourceManager() function in SBSourceManager
88 LLDB_RECORD_CONSTRUCTOR(SBSourceManager, (const lldb::SBSourceManager &), in SBSourceManager()
97 const lldb::SBSourceManager &SBSourceManager::
98 operator=(const lldb::SBSourceManager &rhs) { in operator =()
99 LLDB_RECORD_METHOD(const lldb::SBSourceManager &, in operator =()
100 SBSourceManager, operator=,(const lldb::SBSourceManager &), in operator =()
107 SBSourceManager::~SBSourceManager() = default;
109 size_t SBSourceManager::DisplaySourceLinesWithLineNumbers( in DisplaySourceLinesWithLineNumbers()
112 LLDB_RECORD_METHOD(size_t, SBSourceManager, DisplaySourceLinesWithLineNumbers, in DisplaySourceLinesWithLineNumbers()
124 size_t SBSourceManager::DisplaySourceLinesWithLineNumbersAndColumn( in DisplaySourceLinesWithLineNumbersAndColumn()
129 size_t, SBSourceManager, DisplaySourceLinesWithLineNumbersAndColumn, in DisplaySourceLinesWithLineNumbersAndColumn()
146 void RegisterMethods<SBSourceManager>(Registry &R) { in RegisterMethods()
147 LLDB_REGISTER_CONSTRUCTOR(SBSourceManager, (const lldb::SBDebugger &)); in RegisterMethods()
148 LLDB_REGISTER_CONSTRUCTOR(SBSourceManager, (const lldb::SBTarget &)); in RegisterMethods()
149 LLDB_REGISTER_CONSTRUCTOR(SBSourceManager, (const lldb::SBSourceManager &)); in RegisterMethods()
151 const lldb::SBSourceManager &, in RegisterMethods()
152 SBSourceManager, operator=,(const lldb::SBSourceManager &)); in RegisterMethods()
153 LLDB_REGISTER_METHOD(size_t, SBSourceManager, in RegisterMethods()
157 LLDB_REGISTER_METHOD(size_t, SBSourceManager, in RegisterMethods()