Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp764 static bool remapTypeIndex(TypeIndex &TI, ArrayRef<TypeIndex> TypeIndexMap) { in remapTypeIndex() argument
767 if (TI.toArrayIndex() >= TypeIndexMap.size()) in remapTypeIndex()
769 TI = TypeIndexMap[TI.toArrayIndex()]; in remapTypeIndex()