Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp1178 std::set<uint16_t> ords; in fixupExports() local
1182 if (!ords.insert(e.ordinal).second) in fixupExports()