Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp399 const COFFLinkerContext &ctx, const SmallPtrSetImpl<Symbol *> &undefs, in reportProblemSymbols()
454 SmallPtrSet<Symbol *, 8> undefs; in reportUnresolvable() local
483 SmallPtrSet<Symbol *, 8> undefs; in resolveRemainingUndefines() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp461 MapVector<const Undefined *, UndefinedDiag> undefs; variable
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp575 std::vector<UndefinedDiag> undefs; variable