Lines Matching refs:ShouldWriteIntoJSON
378 StringRef FileNameFromCU, bool ShouldWriteIntoJSON, in checkFunctions() argument
386 if (ShouldWriteIntoJSON) in checkFunctions()
401 if (ShouldWriteIntoJSON) in checkFunctions()
422 bool ShouldWriteIntoJSON, in checkInstructions() argument
443 if (ShouldWriteIntoJSON) in checkInstructions()
460 if (ShouldWriteIntoJSON) in checkInstructions()
481 bool ShouldWriteIntoJSON, llvm::json::Array &Bugs) { in checkVars() argument
491 if (ShouldWriteIntoJSON) in checkVars()
630 bool ShouldWriteIntoJSON = !OrigDIVerifyBugsReportFilePath.empty(); in checkDebugInfoMetadata() local
635 FileNameFromCU, ShouldWriteIntoJSON, Bugs); in checkDebugInfoMetadata()
638 FileNameFromCU, ShouldWriteIntoJSON, Bugs); in checkDebugInfoMetadata()
641 FileNameFromCU, ShouldWriteIntoJSON, Bugs); in checkDebugInfoMetadata()
646 if (ShouldWriteIntoJSON && !Bugs.empty()) in checkDebugInfoMetadata()