Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp500 HotPatchFuncSym &HotPatchFunc) { in visitKnownRecord() argument
501 error(IO.mapInteger(HotPatchFunc.Function)); in visitKnownRecord()
502 error(IO.mapStringZ(HotPatchFunc.Name)); in visitKnownRecord()
H A DSymbolDumper.cpp676 HotPatchFuncSym &HotPatchFunc) { in visitKnownRecord() argument
677 printTypeIndex("Function", HotPatchFunc.Function); in visitKnownRecord()
678 W.printString("Name", HotPatchFunc.Name); in visitKnownRecord()