Lines Matching refs:wrongValue
52 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()
231 return wrongValue("Duplicate flat profile entries"); in loadFlatProfileList()
254 return wrongValue("Unexpected section"); in loadProfiles()