Home
last modified time | relevance | path

Searched refs:ExpectedSectionName (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp37 std::string ExpectedSectionName = in getInstrProfSection() local
40 ExpectedSectionName = StripSuffix(ExpectedSectionName); in getInstrProfSection()
43 if (*SectionName == ExpectedSectionName) in getInstrProfSection()
48 "could not find section (" + Twine(ExpectedSectionName) + ")"); in getInstrProfSection()