Home
last modified time | relevance | path

Searched refs:ShouldWriteIntoJSON (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp447 StringRef FileNameFromCU, bool ShouldWriteIntoJSON, in checkFunctions() argument
455 if (ShouldWriteIntoJSON) in checkFunctions()
470 if (ShouldWriteIntoJSON) in checkFunctions()
491 bool ShouldWriteIntoJSON, in checkInstructions() argument
525 if (ShouldWriteIntoJSON) in checkInstructions()
538 if (ShouldWriteIntoJSON) in checkInstructions()
555 bool ShouldWriteIntoJSON, llvm::json::Array &Bugs) { in checkVars() argument
565 if (ShouldWriteIntoJSON) in checkVars()
700 bool ShouldWriteIntoJSON = !OrigDIVerifyBugsReportFilePath.empty(); in checkDebugInfoMetadata() local
705 FileNameFromCU, ShouldWriteIntoJSON, Bugs); in checkDebugInfoMetadata()
[all …]