Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h141 Error validateRecord(const InstrProfRecord &Func);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp1004 if (Error E = validateRecord(F.second)) in writeImpl()
1036 Error InstrProfWriter::validateRecord(const InstrProfRecord &Func) { in validateRecord() function in InstrProfWriter
1150 if (Error E = validateRecord(Func.second)) in writeText()