Searched refs:TargetLookupError (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1997 std::string TargetLookupError; local
1999 TargetRegistry::lookupTarget(TT.str(), TargetLookupError);
2000 if (!TargetLookupError.empty())
2002 TargetLookupError.c_str());

Completed in 176 milliseconds