Home
last modified time | relevance | path

Searched refs:InstrProfRecordClosure (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp642 static ValueProfRecordClosure InstrProfRecordClosure = { variable
654 auto Closure = InstrProfRecordClosure; in getSize()
662 InstrProfRecordClosure.Record = &Record; in serializeFrom()
665 serializeValueProfDataFrom(&InstrProfRecordClosure, nullptr)); in serializeFrom()