Searched defs:InputFilename (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp140 SmallString<128> InputFilename; local
143 InputFilename);
150 tool_output_file InFile(InputFilename.c_str(), InputFD);
155 errs() << "Error writing bitcode file: " << InputFilename << "\n";
194 Args.push_back(InputFilename.c_str());
226 sys::fs::remove(InputFilename.c_str());
/external/llvm/tools/llc/
H A Dllc.cpp51 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
85 GetFileNameRoot(const std::string &InputFilename) { argument
86 std::string IFN = InputFilename;
105 if (InputFilename == "-")
108 OutputFilename = GetFileNameRoot(InputFilename);
214 M.reset(ParseIRFile(InputFilename, Err, Context));

Completed in 128 milliseconds