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

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

Completed in 72 milliseconds