Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/FileCheck/
H A DFileCheck.h222 bool checkInput(SourceMgr &SM, StringRef Buffer,
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DGISelMITest.h198 return FC.checkInput(SM, OutBuffer); in CheckMachineFunction()
/llvm-project-15.0.7/llvm/unittests/MIR/
H A DMachineMetadata.cpp201 return FC.checkInput(SM, OutBuffer); in checkOutput()
/llvm-project-15.0.7/llvm/utils/FileCheck/
H A DFileCheck.cpp874 int ExitCode = FC.checkInput(SM, InputFileText, in main()
/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheck.cpp2801 bool FileCheck::checkInput(SourceMgr &SM, StringRef Buffer, in checkInput() function in FileCheck