Home
last modified time | relevance | path

Searched refs:AddOwner (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointSite.h109 void AddOwner(const lldb::BreakpointLocationSP &owner);
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointSite.cpp125 void BreakpointSite::AddOwner(const BreakpointLocationSP &owner) { in AddOwner() function in BreakpointSite
/external/llvm-project/lldb/source/Target/
DProcess.cpp1783 bp_site_sp->AddOwner(owner); in CreateBreakpointSite()