Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-diff/
Dllvm-diff.cpp62 static cl::opt<std::string> LeftFilename(cl::Positional, variable
77 Module *LModule = ReadModule(Context, LeftFilename); in main()
/external/llvm/tools/llvm-diff/
Dllvm-diff.cpp59 static cl::opt<std::string> LeftFilename(cl::Positional, variable
74 std::unique_ptr<Module> LModule = readModule(Context, LeftFilename); in main()