Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h99 Error validateRecord(const InstrProfRecord &Func);
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp555 if (Error E = validateRecord(F.second)) in writeImpl()
583 Error InstrProfWriter::validateRecord(const InstrProfRecord &Func) { in validateRecord() function in InstrProfWriter
680 if (Error E = validateRecord(Func.second)) in writeText()