Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp52 Error PGOCtxProfileReader::wrongValue(const Twine &Msg) { in wrongValue() function in PGOCtxProfileReader
126 return wrongValue( in readProfile()
134 return wrongValue("The GUID record should have exactly one value"); in readProfile()
140 return wrongValue("Empty counters. At least the entry counter (one " in readProfile()
145 return wrongValue("The root context should not have a callee index"); in readProfile()
147 return wrongValue("The callee index should have exactly one value"); in readProfile()
152 return wrongValue("Non-root has a total entry count record"); in readProfile()
154 return wrongValue( in readProfile()
174 return wrongValue( in readProfile()
221 return wrongValue("Duplicate roots"); in loadContexts()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h204 Error wrongValue(const Twine &Msg);