Home
last modified time | relevance | path

Searched refs:reportUndefinedSymbol (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp234 static void reportUndefinedSymbol(const UndefinedDiag &undefDiag) { in reportUndefinedSymbol() function
429 reportUndefinedSymbol(undefDiag); in reportProblemSymbols()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp875 static void reportUndefinedSymbol(const UndefinedDiag &undef, in reportUndefinedSymbol() function
953 reportUndefinedSymbol<ELFT>(it.value(), it.index() < 2); in reportUndefinedSymbols()