Searched refs:StackWinRecord (Results 1 – 3 of 3) sorted by relevance
160 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() function180 bool operator==(const StackWinRecord &L, const StackWinRecord &R);181 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const StackWinRecord &R);
408 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 <<()
376 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()