Home
last modified time | relevance | path

Searched defs:NewDebugEntry (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h703 NewDebugEntry enumerator
830 struct NewDebugEntry : public Patch { struct
832 NewDebugEntry(uint32_t O, std::string &&V) in NewDebugEntry() function
839 return Writer->getKind() == DebugPatchKind::NewDebugEntry; in classof() argument
841 static uint32_t OrderCounter;
842 uint32_t CurrentOrder;
843 std::string Value;