Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/FileCheck/
DFileCheck.cpp34 CheckFilename(cl::Positional, cl::desc("<check-file>"), cl::Required); variable
499 MemoryBuffer::getFileOrSTDIN(CheckFilename.c_str(), File)) { in ReadCheckFile()
500 errs() << "Could not open check file '" << CheckFilename << "': " in ReadCheckFile()
/external/llvm/utils/FileCheck/
DFileCheck.cpp39 CheckFilename(cl::Positional, cl::desc("<check-file>"), cl::Required); variable
869 MemoryBuffer::getFileOrSTDIN(CheckFilename); in ReadCheckFile()
871 errs() << "Could not open check file '" << CheckFilename in ReadCheckFile()