Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp24 static inline size_t slotForIndex(TypeIndex Idx) { in slotForIndex() function
154 unsigned MapPos = slotForIndex(Idx); in remapIndexSimple()
209 assert(IndexMap.size() == slotForIndex(CurIndex) && in addMapping()
213 assert(slotForIndex(CurIndex) < IndexMap.size()); in addMapping()
214 IndexMap[slotForIndex(CurIndex)] = Idx; in addMapping()
220 size_t MapPos = slotForIndex(Idx); in remapIndexFallback()
382 assert((IsSecondPass || IndexMap.size() == slotForIndex(CurIndex)) && in remapType()