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

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

Completed in 131 milliseconds