Home
last modified time | relevance | path

Searched defs:undefs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp248 std::vector<Symbol *> undefs; in loadMinGWSymbols() local
376 const SmallPtrSetImpl<Symbol *> &undefs, in reportProblemSymbols()
429 SmallPtrSet<Symbol *, 8> undefs; in reportUnresolvable() local
457 SmallPtrSet<Symbol *, 8> undefs; in resolveRemainingUndefines() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp466 MapVector<const Undefined *, UndefinedDiag> undefs; variable