OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Jun 21 00:25:28 UTC 2026