Lines Matching refs:SBSymbolContextList
1671 SBSymbolContextList SBTarget::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits()
1672 LLDB_RECORD_METHOD(lldb::SBSymbolContextList, SBTarget, FindCompileUnits, in FindCompileUnits()
1675 SBSymbolContextList sb_sc_list; in FindCompileUnits()
1789 lldb::SBSymbolContextList SBTarget::FindFunctions(const char *name, in FindFunctions()
1791 LLDB_RECORD_METHOD(lldb::SBSymbolContextList, SBTarget, FindFunctions, in FindFunctions()
1794 lldb::SBSymbolContextList sb_sc_list; in FindFunctions()
1810 lldb::SBSymbolContextList SBTarget::FindGlobalFunctions(const char *name, in FindGlobalFunctions()
1813 LLDB_RECORD_METHOD(lldb::SBSymbolContextList, SBTarget, FindGlobalFunctions, in FindGlobalFunctions()
1817 lldb::SBSymbolContextList sb_sc_list; in FindGlobalFunctions()
2297 lldb::SBSymbolContextList SBTarget::FindSymbols(const char *name, in FindSymbols()
2299 LLDB_RECORD_METHOD(lldb::SBSymbolContextList, SBTarget, FindSymbols, in FindSymbols()
2302 SBSymbolContextList sb_sc_list; in FindSymbols()
2601 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBTarget, FindCompileUnits, in RegisterMethods()
2615 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBTarget, FindFunctions, in RegisterMethods()
2617 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBTarget, in RegisterMethods()
2643 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBTarget, FindSymbols, in RegisterMethods()