Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/include/lld/Common/
H A DErrorHandler.h88 enum class ErrorTag { LibNotFound, SymbolNotFound }; enum
111 void error(const Twine &msg, ErrorTag tag, ArrayRef<StringRef> args);
148 void error(const Twine &msg, ErrorTag tag, ArrayRef<StringRef> args);
/openbsd-src/gnu/llvm/lld/Common/
H A DErrorHandler.cpp57 void lld::error(const Twine &msg, ErrorTag tag, ArrayRef<StringRef> args) { in error()
289 void ErrorHandler::error(const Twine &msg, ErrorTag tag, in error()
298 case ErrorTag::LibNotFound: in error()
301 case ErrorTag::SymbolNotFound: in error()
/openbsd-src/gnu/llvm/lld/wasm/
H A DDriver.cpp328 error("unable to find library -l" + name, ErrorTag::LibNotFound, {name}); in addLibrary()
/openbsd-src/gnu/llvm/lld/ELF/
H A DDriver.cpp321 error("unable to find library -l" + name, ErrorTag::LibNotFound, {name}); in addLibrary()