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

References

lib/ProfileData/InstrProfReader.cpp
  156   if (!Line->startswith(":")) {
  160   StringRef Str = (Line)->substr(1);
  195   if (Line->getAsInteger(10, NumValueKinds)) {
  218         std::pair<StringRef, StringRef> VD = Line->rsplit(':');
  248   while (!Line.is_at_end() && (Line->empty() || Line->startswith("#")))
  248   while (!Line.is_at_end() && (Line->empty() || Line->startswith("#")))
  263   if ((Line++)->getAsInteger(0, Record.Hash))
  270   if ((Line++)->getAsInteger(10, NumCounters))
  282     if ((Line++)->getAsInteger(10, Count))
tools/clang/tools/extra/clangd/SourceCode.cpp
 1038     if (!LHSIt->empty())
 1043     if (!RHSIt->empty())
tools/llvm-profdata/llvm-profdata.cpp
  155       std::pair<StringRef, StringRef> Parts = LineIt->split(' ');