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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h 800 static constexpr const char *UniqSuffix = ".__uniq.";
807 const char *knownSuffixes[] = {LLVMSuffix, PartSuffix, UniqSuffix};
816 if (Suffix == UniqSuffix && FunctionSamples::HasUniqSuffix)
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 365 const std::string UniqSuffix = ".__uniq.";
366 auto pos = PGOFuncName.find(UniqSuffix);
370 pos += UniqSuffix.length();
SampleProfWriter.cpp 223 if (I.first.find(FunctionSamples::UniqSuffix) != StringRef::npos) {

Completed in 22 milliseconds