Home
last modified time | relevance | path

Searched refs:StackWin (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h23 enum Kind { Module, Info, File, Func, Line, Public, StackCFI, StackWin }; enumerator
167 : Record(StackWin), RVA(RVA), CodeSize(CodeSize), in StackWinRecord()
H A DBreakpadRecords.cpp144 return Record::StackWin; in classify()
499 case Record::StackWin: in toString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp377 *LineIterator(*m_objfile_sp, Record::StackWin, entry->data)); in GetParameterStackSize()
563 LineIterator It(*m_objfile_sp, Record::StackWin, bookmark); in ParseWinUnwindPlan()
776 for (LineIterator It(*m_objfile_sp, Record::StackWin), End(*m_objfile_sp); in ParseUnwindData()