Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h88 enum class ErrorTag { LibNotFound, SymbolNotFound }; enumerator
/freebsd/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp301 case ErrorTag::SymbolNotFound: in error()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp795 error(msg, ErrorTag::SymbolNotFound, {sym.getName()}); in reportUndefinedSymbol()