Home
last modified time | relevance | path

Searched refs:AddName (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpoint.h102 bool AddName(const char *new_name);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h629 bool AddName(llvm::StringRef new_name);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpoint.cpp584 bool SBBreakpoint::AddName(const char *new_name) { in AddName() function in SBBreakpoint
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp862 bool Breakpoint::AddName(llvm::StringRef new_name) { in AddName() function in Breakpoint
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp693 bp_sp->AddName(name); in AddNameToBreakpoint()