Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProf.cpp319 static ValueProfRecordClosure InstrProfRecordClosure = { variable
331 InstrProfRecordClosure.Record = &Record; in getSize()
332 return getValueProfDataSize(&InstrProfRecordClosure); in getSize()
338 InstrProfRecordClosure.Record = &Record; in serializeFrom()
341 serializeValueProfDataFrom(&InstrProfRecordClosure, nullptr)); in serializeFrom()