Home
last modified time | relevance | path

Searched refs:GetNames (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h116 void GetNames(SBStringList &names);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp732 void SBBreakpoint::GetNames(SBStringList &names) { in GetNames() function in SBBreakpoint
733 LLDB_RECORD_METHOD(void, SBBreakpoint, GetNames, (lldb::SBStringList &), in GetNames()
742 bkpt_sp->GetNames(names_vec); in GetNames()
1059 LLDB_REGISTER_METHOD(void, SBBreakpoint, GetNames, (lldb::SBStringList &)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpoint.i222 GetNames (SBStringList &names);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h530 void GetNames(std::vector<std::string> &names) { in GetNames() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp905 breakpoint.GetNames(names); in SearchCallback()
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DCookBook.md1689 MOCK_METHOD1(GetNames, void(std::back_insert_iterator<vector<string> >));
1699 EXPECT_CALL(rolodex, GetNames(_))
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7747 (arg1)->GetNames(*arg2); in _wrap_SBBreakpoint_GetNames()