Lines Matching refs:Proc
409 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, ProcSym &Proc) { in visitKnownRecord() argument
410 error(IO.mapInteger(Proc.Parent)); in visitKnownRecord()
411 error(IO.mapInteger(Proc.End)); in visitKnownRecord()
412 error(IO.mapInteger(Proc.Next)); in visitKnownRecord()
413 error(IO.mapInteger(Proc.CodeSize)); in visitKnownRecord()
414 error(IO.mapInteger(Proc.DbgStart)); in visitKnownRecord()
415 error(IO.mapInteger(Proc.DbgEnd)); in visitKnownRecord()
416 error(IO.mapInteger(Proc.FunctionType)); in visitKnownRecord()
417 error(IO.mapInteger(Proc.CodeOffset)); in visitKnownRecord()
418 error(IO.mapInteger(Proc.Segment)); in visitKnownRecord()
419 error(IO.mapEnum(Proc.Flags)); in visitKnownRecord()
420 error(IO.mapStringZ(Proc.Name)); in visitKnownRecord()