Home
last modified time | relevance | path

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

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