Home
last modified time | relevance | path

Searched refs:HotPatchFuncSym (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h180 class HotPatchFuncSym : public SymbolRecord {
182 explicit HotPatchFuncSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in HotPatchFuncSym() function
183 HotPatchFuncSym(uint32_t RecordOffset) in HotPatchFuncSym() function
184 : SymbolRecord(SymbolRecordKind::HotPatchFuncSym), in HotPatchFuncSym()
H A DCodeViewSymbols.def259 SYMBOL_RECORD(S_HOTPATCHFUNC , 0x1169, HotPatchFuncSym)
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp500 HotPatchFuncSym &HotPatchFunc) { in visitKnownRecord()
H A DSymbolDumper.cpp676 HotPatchFuncSym &HotPatchFunc) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp608 template <> void SymbolRecordImpl<HotPatchFuncSym>::map(IO &IO) { in map()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp960 HotPatchFuncSym &JumpTable) { in visitKnownRecord()