Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/sanstats/
Dsanstats.cpp25 static cl::opt<std::string> ClInputFile(cl::Positional, cl::Required, variable
60 Filename = std::string(llvm::sys::path::parent_path(ClInputFile)) + in ReadModule()
129 MemoryBuffer::getFile(ClInputFile, -1, false); in main()
131 errs() << argv[0] << ": " << ClInputFile << ": " in main()
138 errs() << argv[0] << ": " << ClInputFile << ": short read\n"; in main()
145 errs() << argv[0] << ": " << ClInputFile << ": short read\n"; in main()
/external/llvm/tools/sanstats/
Dsanstats.cpp24 static cl::opt<std::string> ClInputFile(cl::Positional, cl::Required, variable
117 MemoryBuffer::getFile(ClInputFile, -1, false); in main()
119 errs() << argv[0] << ": " << ClInputFile << ": " in main()
126 errs() << argv[0] << ": " << ClInputFile << ": short read\n"; in main()
133 errs() << argv[0] << ": " << ClInputFile << ": short read\n"; in main()