Searched refs:typeIndexMap (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp253 static bool remapTypeIndex(TypeIndex &ti, ArrayRef<TypeIndex> typeIndexMap) { argument
256 if (ti.toArrayIndex() >= typeIndexMap.size())
258 ti = typeIndexMap[ti.toArrayIndex()];

Completed in 108 milliseconds