Lines Matching refs:ShouldWriteIntoJSON
360 StringRef FileNameFromCU, bool ShouldWriteIntoJSON, in checkFunctions() argument
368 if (ShouldWriteIntoJSON) in checkFunctions()
383 if (ShouldWriteIntoJSON) in checkFunctions()
404 bool ShouldWriteIntoJSON, in checkInstructions() argument
425 if (ShouldWriteIntoJSON) in checkInstructions()
442 if (ShouldWriteIntoJSON) in checkInstructions()
463 bool ShouldWriteIntoJSON, llvm::json::Array &Bugs) { in checkVars() argument
473 if (ShouldWriteIntoJSON) in checkVars()
604 bool ShouldWriteIntoJSON = !OrigDIVerifyBugsReportFilePath.empty(); in checkDebugInfoMetadata() local
609 FileNameFromCU, ShouldWriteIntoJSON, Bugs); in checkDebugInfoMetadata()
612 FileNameFromCU, ShouldWriteIntoJSON, Bugs); in checkDebugInfoMetadata()
615 FileNameFromCU, ShouldWriteIntoJSON, Bugs); in checkDebugInfoMetadata()
620 if (ShouldWriteIntoJSON && !Bugs.empty()) in checkDebugInfoMetadata()