Home
last modified time | relevance | path

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

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