|
LLVM 22.0.0git
|
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
Public Member Functions | |
| HotPatchFuncSym (SymbolRecordKind Kind) | |
| HotPatchFuncSym (uint32_t RecordOffset) | |
| Public Member Functions inherited from llvm::codeview::SymbolRecord | |
| SymbolRecordKind | getKind () const |
Public Attributes | |
| TypeIndex | Function |
| StringRef | Name |
| uint32_t | RecordOffset = 0 |
| Public Attributes inherited from llvm::codeview::SymbolRecord | |
| SymbolRecordKind | Kind |
Additional Inherited Members | |
| Protected Member Functions inherited from llvm::codeview::SymbolRecord | |
| SymbolRecord (SymbolRecordKind Kind) | |
Definition at line 180 of file SymbolRecord.h.
|
inlineexplicit |
Definition at line 182 of file SymbolRecord.h.
References llvm::codeview::SymbolRecord::Kind, and llvm::codeview::SymbolRecord::SymbolRecord().
Referenced by HotPatchFuncSym().
|
inline |
Definition at line 183 of file SymbolRecord.h.
References HotPatchFuncSym(), RecordOffset, and llvm::codeview::SymbolRecord::SymbolRecord().
| TypeIndex llvm::codeview::HotPatchFuncSym::Function |
Definition at line 189 of file SymbolRecord.h.
| StringRef llvm::codeview::HotPatchFuncSym::Name |
Definition at line 190 of file SymbolRecord.h.
| uint32_t llvm::codeview::HotPatchFuncSym::RecordOffset = 0 |
Definition at line 192 of file SymbolRecord.h.
Referenced by HotPatchFuncSym().