Home
last modified time | relevance | path

Searched refs:pError (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DTargetRegistry.cpp28 std::string& pError) { in lookupTarget() argument
30 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() argument
81 pError = std::string("invalid target '") + pArchName + "'.\n"; in lookupTarget()
95 pError = std::string("unable to get target for `") + pTriple.getTriple() + in lookupTarget()
/frameworks/compile/mclinker/include/mcld/Support/
DTargetRegistry.h96 std::string& pError);