OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputFilenames
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/llvm-link/
llvm-link.cpp
33
InputFilenames
(cl::Positional, cl::OneOrMore,
82
InputFilenames
[BaseArg], Context));
85
<<
InputFilenames
[BaseArg] << "'\n";
90
for (unsigned i = BaseArg+1; i <
InputFilenames
.size(); ++i) {
91
OwningPtr<Module> M(LoadFile(argv[0],
InputFilenames
[i], Context));
93
errs() << argv[0] << ": error loading file '" <<
InputFilenames
[i]<< "'\n";
97
if (Verbose) errs() << "Linking in '" <<
InputFilenames
[i] << "'\n";
100
errs() << argv[0] << ": link error in '" <<
InputFilenames
[i]
/frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp
34
InputFilenames
(cl::Positional,
116
std::auto_ptr<Module> M(LoadFile(argv[0],
InputFilenames
[0], Context));
119
<<
InputFilenames
[0] << "'\n";
Completed in 604 milliseconds