Searched refs:remapIndex (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 382 static bool remapIndex(ArrayRef<TypeIndex> IndexMap, TypeIndex &Idx) { in remapIndex() function 399 return remapIndex(IndexMap, ModifiedType); in remapTypeIndices() 404 Success &= remapIndex(IndexMap, ReturnType); in remapTypeIndices() 405 Success &= remapIndex(IndexMap, ArgumentList); in remapTypeIndices() 411 Success &= remapIndex(IndexMap, ReturnType); in remapTypeIndices() 412 Success &= remapIndex(IndexMap, ClassType); in remapTypeIndices() 413 Success &= remapIndex(IndexMap, ThisType); in remapTypeIndices() 414 Success &= remapIndex(IndexMap, ArgumentList); in remapTypeIndices() 420 Success &= remapIndex(IndexMap, ClassType); in remapTypeIndices() 421 Success &= remapIndex(IndexMap, FunctionType); in remapTypeIndices() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeStreamMerger.cpp | 109 return remapIndex(Idx, TypeLookup); in remapTypeIndex() 112 return remapIndex(Idx, IndexMap); in remapTypeIndex() 116 return remapIndex(Idx, IndexMap); in remapItemIndex() 130 inline bool remapIndex(TypeIndex &Idx, ArrayRef<TypeIndex> Map) { in remapIndex() function in __anon34cadeca0111::TypeStreamMerger
|