reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
206 assert(Record::classify(*It) == Record::Func); 209 auto record = LineRecord::parse(*It); 345 for (llvm::StringRef line : lines(Record::Func)) { 350 for (llvm::StringRef line : lines(Record::Public)) { 368 *LineIterator(*m_objfile_sp, Record::StackWin, entry->data)); 504 llvm::Optional<StackCFIRecord> init_record = StackCFIRecord::parse(*It); 523 llvm::Optional<StackCFIRecord> record = StackCFIRecord::parse(*It); 547 llvm::Optional<StackWinRecord> record = StackWinRecord::parse(*It); 645 for (llvm::StringRef line : lines(Record::File)) { 676 if (auto record = FuncRecord::parse(*It)) { 680 LLDB_LOG(log, "Failed to parse: {0}. Skipping record.", *It); 710 assert(Record::classify(*It) == Record::Func); 712 auto record = LineRecord::parse(*It); 748 if (auto record = StackCFIRecord::parse(*It)) { 753 LLDB_LOG(log, "Failed to parse: {0}. Skipping record.", *It); 759 if (auto record = StackWinRecord::parse(*It)) { 763 LLDB_LOG(log, "Failed to parse: {0}. Skipping record.", *It);