Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProf.cpp506 static ValueProfRecordClosure InstrProfRecordClosure = { variable
518 InstrProfRecordClosure.Record = &Record; in getSize()
519 return getValueProfDataSize(&InstrProfRecordClosure); in getSize()
525 InstrProfRecordClosure.Record = &Record; in serializeFrom()
528 serializeValueProfDataFrom(&InstrProfRecordClosure, nullptr)); in serializeFrom()