llvm::codeview::HotPatchFuncSym

Hot-patchable function symbol (S_HOTPATCHFUNC).

Synopsis

Declared in <llvm/DebugInfo/CodeView/SymbolRecord.h>

class HotPatchFuncSym
    : public SymbolRecord

Base Classes

NameDescription
SymbolRecordBase class for decoded CodeView symbol records.

Member Functions

NameDescription
HotPatchFuncSym [constructor]Constructors
getKind Return the kind of this symbol record.

Data Members

NameDescription
Function Type index of the hot-patched function.
Kind Kind of this CodeView symbol record.
Name Name of the hot-patched function.
RecordOffset Byte offset of this record in the symbol stream.