Lines Matching defs:constituent
1631 Process::CreateBreakpointSite(const BreakpointLocationSP &constituent,
1658 constituent->SetIsIndirect(false);
1660 if (constituent->ShouldResolveIndirectFunctions()) {
1661 Symbol *symbol = constituent->GetAddress().CalculateSymbolContextSymbol();
1671 constituent->GetBreakpoint().GetID(), constituent->GetID(),
1677 constituent->SetIsIndirect(true);
1679 load_addr = constituent->GetAddress().GetOpcodeLoadAddress(&GetTarget());
1681 load_addr = constituent->GetAddress().GetOpcodeLoadAddress(&GetTarget());
1687 // constituent, otherwise create a new breakpoint site and add it.
1692 bp_site_sp->AddConstituent(constituent);
1693 constituent->SetBreakpointSite(bp_site_sp);
1697 new BreakpointSite(constituent, load_addr, use_hardware));
1701 constituent->SetBreakpointSite(bp_site_sp);
1709 load_addr, constituent->GetBreakpoint().GetID(),
1710 constituent->GetID(),