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()
521 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, ProcRefSym &ProcRef) { in visitKnownRecord() argument522 W.printNumber("SumName", ProcRef.SumName); in visitKnownRecord()523 W.printNumber("SymOffset", ProcRef.SymOffset); in visitKnownRecord()524 W.printNumber("Mod", ProcRef.Module); in visitKnownRecord()525 W.printString("Name", ProcRef.Name); in visitKnownRecord()