Searched refs:getInstrProfNameSeparator (Results 1 – 2 of 2) sorted by relevance
556 NameStrings.split(Names, getInstrProfNameSeparator()); in readAndDecodeStrings()668 join(NameStrs.begin(), NameStrs.end(), getInstrProfNameSeparator()); in collectGlobalObjectNameStrings()671 .count(getInstrProfNameSeparator()) == (NameStrs.size() - 1) && in collectGlobalObjectNameStrings()
178 inline StringRef getInstrProfNameSeparator() { return "\01"; } in getInstrProfNameSeparator() function