Searched refs:MatchesName (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h112 bool MatchesName(const char *name);
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpoint.i216 MatchesName (const char *name);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h525 bool MatchesName(const char *name) { function in class:lldb_private::Breakpoint
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp693 bool SBBreakpoint::MatchesName(const char *name) { function in class:SBBreakpoint
694 LLDB_RECORD_METHOD(bool, SBBreakpoint, MatchesName, (const char *), name);
701 return bkpt_sp->MatchesName(name);
1030 LLDB_REGISTER_METHOD(bool, SBBreakpoint, MatchesName, (const char *));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp145 if (bkpt_sp->MatchesName(name)) {
H A DBreakpointIDList.cpp316 if (bkpt_sp->MatchesName(name.c_str())) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1975 if (bp_sp->MatchesName(name)) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1258 if (bp->MatchesName(group_name.AsCString())) {
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7678 SWIG_check_num_args("lldb::SBBreakpoint::MatchesName",2,2)
7679 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBreakpoint::MatchesName",1,"lldb::SBBreakpoint *");
7680 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBBreakpoint::MatchesName",2,"char const *");
7687 result = (bool)(arg1)->MatchesName((char const *)arg2);
8174 { "MatchesName", _wrap_SBBreakpoint_MatchesName},
[all...]

Completed in 599 milliseconds