Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.h223 void reportUndefinedSymbol(const UndefinedDiag &undefDiag);
H A DSymbolTable.cpp217 void SymbolTable::reportUndefinedSymbol(const UndefinedDiag &undefDiag) { in reportUndefinedSymbol() function in lld::coff::SymbolTable
425 reportUndefinedSymbol(undefDiag); in reportProblemSymbols()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp612 static void reportUndefinedSymbol(const Undefined &sym, in reportUndefinedSymbol() function
670 reportUndefinedSymbol(*undef.first, undef.second, i < 2); in reportPendingUndefinedSymbols()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp684 static void reportUndefinedSymbol(Ctx &ctx, const UndefinedDiag &undef, in reportUndefinedSymbol() function
786 reportUndefinedSymbol(ctx, undef, i < 2); in reportUndefinedSymbols()