OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputFilename
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-ml/
llvm-ml.cpp
182
std::string
InputFilename
;
186
if (!
InputFilename
.empty()) {
189
<< "ignoring '" <<
InputFilename
<< "'\n";
191
InputFilename
= ArgString;
206
if (!
InputFilename
.empty()) {
209
<< "ignoring '" <<
InputFilename
<< "'\n";
211
InputFilename
= Arg->getAsString(InputArgs);
225
} else if (
InputFilename
.empty()) {
253
MemoryBuffer::getFileOrSTDIN(
InputFilename
);
256
<<
InputFilename
<< ": " << EC.message() << '\n'
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/opt/
opt.cpp
94
InputFilename
(cl::Positional, cl::desc("<input bitcode file>"),
650
InputFilename
, Err, Context, nullptr, SetDataLayout)
653
M = parseIRFile(
InputFilename
, Err, Context, SetDataLayout);
680
errs() << argv[0] << ": " <<
InputFilename
/src/external/apache2/llvm/dist/llvm/tools/verify-uselistorder/
verify-uselistorder.cpp
56
static cl::opt<std::string>
InputFilename
(cl::Positional,
551
std::unique_ptr<Module> M = parseIRFile(
InputFilename
, Err, Context);
558
errs() << argv[0] << ": " <<
InputFilename
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h
147
StringRef
InputFilename
;
Completed in 28 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026