Home
last modified time | relevance | path

Searched refs:errorOrWarn (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DSymbolTable.cpp62 static void errorOrWarn(const Twine &S) { in errorOrWarn() function
264 errorOrWarn("<root>: undefined symbol: " + toString(*B)); in reportRemainingUndefines()
278 errorOrWarn("undefined symbol: " + toString(*Sym) + in reportRemainingUndefines()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h289 static inline void errorOrWarn(const Twine &Msg) { in errorOrWarn() function
H A DTarget.h196 errorOrWarn(ErrPlace.Loc + "relocation " + lld::toString(Type) + in reportRangeError()
H A DRelocations.cpp906 errorOrWarn("relocation " + toString(Type) + in processRelocAux()
965 errorOrWarn("symbol '" + toString(Sym) + in processRelocAux()
977 errorOrWarn("symbol '" + toString(Sym) + "' has no type" + in processRelocAux()
H A DWriter.cpp2261 errorOrWarn("section " + A.Sec->Name + " " + Name + in checkOverlap()
2279 errorOrWarn("section " + OS->Name + " at 0x" + utohexstr(OS->Addr) + in checkSections()