Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h122 Error validateRecord(const InstrProfRecord &Func);
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp660 if (Error E = validateRecord(F.second)) in writeImpl()
692 Error InstrProfWriter::validateRecord(const InstrProfRecord &Func) { in validateRecord() function in InstrProfWriter
805 if (Error E = validateRecord(Func.second)) in writeText()