Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h34 StackWin enumerator
216 : Record(StackWin), RVA(RVA), CodeSize(CodeSize), in StackWinRecord()
H A DBreakpadRecords.cpp149 return Record::StackWin; in classify()
580 case Record::StackWin: in toString()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp515 *LineIterator(*m_objfile_sp, Record::StackWin, entry->data)); in GetParameterStackSize()
701 LineIterator It(*m_objfile_sp, Record::StackWin, bookmark); in ParseWinUnwindPlan()
917 for (LineIterator It(*m_objfile_sp, Record::StackWin), End(*m_objfile_sp); in ParseUnwindData()