Searched refs:pError (Results 1 – 2 of 2) sorted by relevance
28 std::string& pError) { in lookupTarget() argument30 pError = "Unable to find target for this triple (no target are registered)"; in lookupTarget()52 pError = "No availaible targets are compatible with this triple."; in lookupTarget()57 pError = std::string("Ambiguous targets: \"") + best->name() + "\" and \"" + in lookupTarget()67 std::string& pError) { in lookupTarget() argument81 pError = std::string("invalid target '") + pArchName + "'.\n"; in lookupTarget()95 pError = std::string("unable to get target for `") + pTriple.getTriple() + in lookupTarget()
96 std::string& pError);