Searched refs:ProcRef (Results 1 – 2 of 2) sorted by relevance
372 ProcRefSym &ProcRef) { in visitKnownRecord() argument374 error(IO.mapInteger(ProcRef.SumName)); in visitKnownRecord()375 error(IO.mapInteger(ProcRef.SymOffset)); in visitKnownRecord()376 error(IO.mapInteger(ProcRef.Module)); in visitKnownRecord()377 error(IO.mapStringZ(ProcRef.Name)); in visitKnownRecord()
523 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, ProcRefSym &ProcRef) { in visitKnownRecord() argument524 W.printNumber("SumName", ProcRef.SumName); in visitKnownRecord()525 W.printNumber("SymOffset", ProcRef.SymOffset); in visitKnownRecord()526 W.printNumber("Mod", ProcRef.Module); in visitKnownRecord()527 W.printString("Name", ProcRef.Name); in visitKnownRecord()