HomeSort by: relevance | last modified time | path
    Searched refs:getInstrProfNameSeparator (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 406 join(NameStrs.begin(), NameStrs.end(), getInstrProfNameSeparator());
409 .count(getInstrProfNameSeparator()) == (NameStrs.size() - 1) &&
492 NameStrings.split(Names, getInstrProfNameSeparator());
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 163 inline StringRef getInstrProfNameSeparator() { return "\01"; }

Completed in 18 milliseconds