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

/external/llvm/tools/llc/
H A Dllc.cpp47 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
146 GetFileNameRoot(const std::string &InputFilename) { argument
147 std::string IFN = InputFilename;
166 if (InputFilename == "-")
169 OutputFilename = GetFileNameRoot(InputFilename);
251 M.reset(ParseIRFile(InputFilename, Err, Context));
/external/llvm/tools/llvm-ld/
H A Dllvm-ld.cpp255 /// InputFilename - The name of the input bitcode file.
263 const std::string &InputFilename,
274 args.push_back(InputFilename.c_str());
311 /// InputFilename - The name of the input bitcode file.
326 const std::string &InputFilename,
359 args.push_back(InputFilename);
262 GenerateAssembly(const std::string &OutputFilename, const std::string &InputFilename, const sys::Path &llc, std::string &ErrMsg ) argument
325 GenerateNative(const std::string &OutputFilename, const std::string &InputFilename, const Linker::ItemList &LinkItems, const sys::Path &gcc, char ** const envp, std::string& ErrMsg) argument

Completed in 85 milliseconds