Lines Matching full:bugs
382 llvm::json::Array &Bugs) { in checkFunctions() argument
390 Bugs.push_back(llvm::json::Object({{"metadata", "DISubprogram"}, in checkFunctions()
405 Bugs.push_back(llvm::json::Object({{"metadata", "DISubprogram"}, in checkFunctions()
426 llvm::json::Array &Bugs) { in checkInstructions() argument
447 Bugs.push_back(llvm::json::Object({{"metadata", "DILocation"}, in checkInstructions()
464 Bugs.push_back(llvm::json::Object({{"metadata", "DILocation"}, in checkInstructions()
484 bool ShouldWriteIntoJSON, llvm::json::Array &Bugs) { in checkVars() argument
495 Bugs.push_back(llvm::json::Object( in checkVars()
516 llvm::json::Array &Bugs) { in writeJSON() argument
533 llvm::json::Value BugsToPrint{std::move(Bugs)}; in writeJSON()
534 OS_FILE << "\"bugs\": " << BugsToPrint; in writeJSON()
637 llvm::json::Array Bugs; in checkDebugInfoMetadata() local
641 FileNameFromCU, ShouldWriteIntoJSON, Bugs); in checkDebugInfoMetadata()
644 FileNameFromCU, ShouldWriteIntoJSON, Bugs); in checkDebugInfoMetadata()
647 FileNameFromCU, ShouldWriteIntoJSON, Bugs); in checkDebugInfoMetadata()
652 if (ShouldWriteIntoJSON && !Bugs.empty()) in checkDebugInfoMetadata()
654 Bugs); in checkDebugInfoMetadata()