Searched refs:getLinkerPath (Results 1 – 2 of 2) sorted by relevance
26 std::string getLinkerPath(const llvm::opt::ArgList &Args) const;
38 std::string wasm::Linker::getLinkerPath(const ArgList &Args) const { in getLinkerPath() function in wasm::Linker64 const char *Linker = Args.MakeArgString(getLinkerPath(Args)); in ConstructJob()