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

References

projects/compiler-rt/lib/xray/xray_function_call_trie.h
  495     for (const auto Root : getRoots()) {
  517         for (const auto Callee : NP.Node->Callees) {
  553     for (const auto Root : getRoots()) {
  578         for (const auto Callee : NT.OrigNode->Callees) {
projects/compiler-rt/lib/xray/xray_profile_collector.cpp
  173   for (const auto *R : Trie.getRoots()) {
  191       for (const auto C : Node->Callees)
  203   for (const auto &Record : ProfileRecords) {
  205     for (const auto FId : Record.Path)
  239   for (auto &B : *ProfileBuffers)
  264   for (const auto &ThreadTrie : *TDArray) {
  293     for (const auto &Record : ProfileRecords)
  311     for (auto &B : *ProfileBuffers)
  319     for (auto &TD : *TDArray) {
projects/compiler-rt/lib/xray/xray_segmented_array.h
  339     for (auto &E : *this)
  449     for (auto I = begin(); I != E; ++I)