Home
last modified time | relevance | path

Searched defs:InputFilenames (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-cat/
H A Dllvm-cat.cpp46 static cl::list<std::string> InputFilenames(cl::Positional, variable
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A Dbugpoint.cpp46 InputFilenames(cl::Positional, cl::OneOrMore, variable
/llvm-project-15.0.7/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp41 static cl::list<std::string> InputFilenames(cl::Positional, variable
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp159 cl::list<std::string> InputFilenames(cl::Positional, variable
203 cl::list<std::string> InputFilenames(cl::Positional, variable
443 cl::list<std::string> InputFilenames(cl::Positional, variable
645 cl::list<std::string> InputFilenames(cl::Positional, variable
722 cl::list<std::string> InputFilenames(cl::Positional, variable
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DResultAnalyzerMain.cpp20 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore, variable
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DObjDumper.cpp90 ArrayRef<std::string> InputFilenames, in printFileSummary()
H A Dllvm-readobj.cpp167 static std::vector<std::string> InputFilenames; variable
H A DELFDumper.cpp3304 ArrayRef<std::string> InputFilenames, in printFileSummary()
7483 ArrayRef<std::string> InputFilenames, in printFileSummary()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWindowsResource.h255 std::vector<std::string> InputFilenames; variable
/llvm-project-15.0.7/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp50 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore, variable
/llvm-project-15.0.7/llvm/tools/llvm-link/
H A Dllvm-link.cpp46 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore, variable
/llvm-project-15.0.7/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp67 static list<std::string> InputFilenames(Positional, desc("<input GSYM files>"), variable
/llvm-project-15.0.7/llvm/tools/llvm-size/
H A Dllvm-size.cpp83 static std::vector<std::string> InputFilenames; variable
/llvm-project-15.0.7/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp37 cl::list<std::string> InputFilenames(cl::Positional, variable
/llvm-project-15.0.7/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp201 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore, variable
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp124 InputFilenames(Positional, desc("<input object files or .dSYM bundles>"), variable
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp100 cl::list<std::string> InputFilenames(cl::Positional, cl::desc("<input files>"), variable
/llvm-project-15.0.7/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp2282 exportSymbolNamesFromFiles(const std::vector<std::string> &InputFilenames) { in exportSymbolNamesFromFiles()
2431 std::vector<std::string> InputFilenames; in main() local
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp805 StackOption<std::string, cl::list<std::string>> InputFilenames( in TEST() local
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp913 cl::list<std::string> InputFilenames(cl::Positional, in merge_main() local
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp196 static std::vector<std::string> InputFilenames; variable