Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h72 Error validateRecord(const InstrProfRecord &Func);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp382 if (Error E = validateRecord(F.second)) in writeImpl()
410 Error InstrProfWriter::validateRecord(const InstrProfRecord &Func) { in validateRecord() function in InstrProfWriter
507 if (Error E = validateRecord(Func.second)) in writeText()