Home
last modified time | relevance | path

Searched refs:LibNotFound (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h88 enum class ErrorTag { LibNotFound, SymbolNotFound }; enumerator
/src/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp298 case ErrorTag::LibNotFound: in error()
/src/contrib/llvm-project/lld/ELF/
H A DDriver.cpp361 error("unable to find library -l" + name, ErrorTag::LibNotFound, {name}); in addLibrary()