Lines Matching refs:LLDB_REGISTER_METHOD
242 LLDB_REGISTER_METHOD( in RegisterMethods()
247 LLDB_REGISTER_METHOD(lldb::SBModule, SBSymbolContext, GetModule, ()); in RegisterMethods()
248 LLDB_REGISTER_METHOD(lldb::SBCompileUnit, SBSymbolContext, GetCompileUnit, in RegisterMethods()
250 LLDB_REGISTER_METHOD(lldb::SBFunction, SBSymbolContext, GetFunction, ()); in RegisterMethods()
251 LLDB_REGISTER_METHOD(lldb::SBBlock, SBSymbolContext, GetBlock, ()); in RegisterMethods()
252 LLDB_REGISTER_METHOD(lldb::SBLineEntry, SBSymbolContext, GetLineEntry, ()); in RegisterMethods()
253 LLDB_REGISTER_METHOD(lldb::SBSymbol, SBSymbolContext, GetSymbol, ()); in RegisterMethods()
254 LLDB_REGISTER_METHOD(void, SBSymbolContext, SetModule, (lldb::SBModule)); in RegisterMethods()
255 LLDB_REGISTER_METHOD(void, SBSymbolContext, SetCompileUnit, in RegisterMethods()
257 LLDB_REGISTER_METHOD(void, SBSymbolContext, SetFunction, in RegisterMethods()
259 LLDB_REGISTER_METHOD(void, SBSymbolContext, SetBlock, (lldb::SBBlock)); in RegisterMethods()
260 LLDB_REGISTER_METHOD(void, SBSymbolContext, SetLineEntry, in RegisterMethods()
262 LLDB_REGISTER_METHOD(void, SBSymbolContext, SetSymbol, (lldb::SBSymbol)); in RegisterMethods()
263 LLDB_REGISTER_METHOD(bool, SBSymbolContext, GetDescription, in RegisterMethods()