reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
396 auto* Callee = TopNode->Callees.find_element( 411 TopNode->Callees.AppendEmplace(NewNode, FId); 517 for (const auto Callee : NP.Node->Callees) { 524 if (UNLIKELY(NP.NewNode->Callees.AppendEmplace(NewNode, Callee.FId) == 578 for (const auto Callee : NT.OrigNode->Callees) { 579 auto TargetCallee = NT.TargetNode->Callees.find_element( 592 NT.TargetNode->Callees.AppendEmplace(NewTargetNode, Callee.FId);projects/compiler-rt/lib/xray/xray_profile_collector.cpp
191 for (const auto C : Node->Callees)