Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDebugTypes.cpp225 ArrayRef<TypeIndex> tpiOrIpiMap = in remapTypeIndex() local
227 if (ti.toArrayIndex() >= tpiOrIpiMap.size()) in remapTypeIndex()
229 ti = tpiOrIpiMap[ti.toArrayIndex()]; in remapTypeIndex()