Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DDWARFReaderTest.cpp340 std::string TargetLookupError; in TEST() local
341 if (!TargetRegistry::lookupTarget(std::string(TT.str()), TargetLookupError)) in TEST()
H A DCodeViewReaderTest.cpp555 std::string TargetLookupError;
556 if (!TargetRegistry::lookupTarget(std::string(TT.str()), TargetLookupError))
481 std::string TargetLookupError; TEST() local
/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp663 std::string TargetLookupError; in createRegInfo() local
665 TargetRegistry::lookupTarget(TT.str(), TargetLookupError); in createRegInfo()
666 if (!TargetLookupError.empty()) in createRegInfo()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp279 std::string TargetLookupError; in loadGenericTargetInfo() local
281 TargetRegistry::lookupTarget(std::string(TheTriple), TargetLookupError); in loadGenericTargetInfo()
283 return createStringError(errc::invalid_argument, TargetLookupError.c_str()); in loadGenericTargetInfo()