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

/external/llvm/tools/llc/
H A Dllc.cpp48 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
278 GetFileNameRoot(const std::string &InputFilename) { argument
279 std::string IFN = InputFilename;
298 if (InputFilename == "-")
301 OutputFilename = GetFileNameRoot(InputFilename);
397 M.reset(ParseIRFile(InputFilename, Err, Context));

Completed in 813 milliseconds