Home
last modified time | relevance | path

Searched defs:InputFileNameLHS (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-tapi-diff/
H A Dllvm-tapi-diff.cpp29 cl::opt<std::string> InputFileNameLHS(cl::Positional, cl::desc("<first file>"), variable
H A DDiffEngine.h150 DiffEngine(object::TapiUniversal *InputFileNameLHS, in DiffEngine()