Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h160 class StackWinRecord : public Record {
162 static llvm::Optional<StackWinRecord> parse(llvm::StringRef Line);
164 StackWinRecord(lldb::addr_t RVA, lldb::addr_t CodeSize, in StackWinRecord() function
180 bool operator==(const StackWinRecord &L, const StackWinRecord &R);
181 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const StackWinRecord &R);
H A DBreakpadRecords.cpp408 llvm::Optional<StackWinRecord> StackWinRecord::parse(llvm::StringRef Line) { in parse()
464 return StackWinRecord(RVA, CodeSize, ParameterSize, SavedRegisterSize, in parse()
468 bool breakpad::operator==(const StackWinRecord &L, const StackWinRecord &R) { in operator ==()
476 const StackWinRecord &R) { in operator <<()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp376 auto record = StackWinRecord::parse( in GetParameterStackSize()
564 llvm::Optional<StackWinRecord> record = StackWinRecord::parse(*It); in ParseWinUnwindPlan()
778 if (auto record = StackWinRecord::parse(*It)) { in ParseUnwindData()