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.h155 LLVM_ABI Error validateRecord(const InstrProfRecord &Func);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp688 if (Error E = validateRecord(F.second)) in writeImpl()
720 Error InstrProfWriter::validateRecord(const InstrProfRecord &Func) { in validateRecord() function in InstrProfWriter
838 if (Error E = validateRecord(Func.second)) in writeText()