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

/external/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp142 SmallString<128> InputFilename; local
145 InputFilename);
152 tool_output_file InFile(InputFilename.c_str(), InputFD);
157 errs() << "Error writing bitcode file: " << InputFilename << "\n";
196 Args.push_back(InputFilename.c_str());
228 sys::fs::remove(InputFilename.c_str());
/external/llvm/tools/llc/
H A Dllc.cpp52 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
99 GetFileNameRoot(const std::string &InputFilename) { argument
100 std::string IFN = InputFilename;
119 if (InputFilename == "-")
122 OutputFilename = GetFileNameRoot(InputFilename);
234 M.reset(ParseIRFile(InputFilename, Err, Context));

Completed in 153 milliseconds