reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/GSYM/InlineInfo.h
   71     Children.clear();
  125          LHS.Children == RHS.Children;
  125          LHS.Children == RHS.Children;
lib/DebugInfo/GSYM/InlineInfo.cpp
   34   for (const auto &Child : II.Children)
   47     for (const auto &Child : II.Children) {
  110       Inline.Children.emplace_back(std::move(*Child));
  130   bool HasChildren = !Children.empty();
  140     for (const auto &Child : Children) {
unittests/DebugInfo/GSYM/GSYMTest.cpp
  279     FI.Inline->Children.push_back(Inline1);
  399   Inline1.Children.push_back(Inline1Sub1);
  400   Inline1.Children.push_back(Inline1Sub2);
  401   Root.Children.push_back(Inline1);
  471   ContainsEmpty.Children.push_back(Empty);
  482   ChildNotContained.Children.push_back(ChildNotContainedChild);