Lines Matching refs:SBSymbolContextList
277 SBSymbolContextList SBModule::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits()
278 LLDB_RECORD_METHOD(lldb::SBSymbolContextList, SBModule, FindCompileUnits, in FindCompileUnits()
281 SBSymbolContextList sb_sc_list; in FindCompileUnits()
332 lldb::SBSymbolContextList SBModule::FindSymbols(const char *name, in FindSymbols()
334 LLDB_RECORD_METHOD(lldb::SBSymbolContextList, SBModule, FindSymbols, in FindSymbols()
337 SBSymbolContextList sb_sc_list; in FindSymbols()
392 lldb::SBSymbolContextList SBModule::FindFunctions(const char *name, in FindFunctions()
394 LLDB_RECORD_METHOD(lldb::SBSymbolContextList, SBModule, FindFunctions, in FindFunctions()
397 lldb::SBSymbolContextList sb_sc_list; in FindFunctions()
736 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBModule, FindCompileUnits, in RegisterMethods()
742 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBModule, FindSymbols, in RegisterMethods()
746 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBModule, FindFunctions, in RegisterMethods()