Searched refs:LibNotFound (Results 1 – 4 of 4) sorted by relevance
88 enum class ErrorTag { LibNotFound, SymbolNotFound }; enumerator
298 case ErrorTag::LibNotFound: in error()
328 error("unable to find library -l" + name, ErrorTag::LibNotFound, {name}); in addLibrary()
321 error("unable to find library -l" + name, ErrorTag::LibNotFound, {name}); in addLibrary()