Searched refs:typeRefs (Results 1 – 2 of 2) sorted by relevance
234 ArrayRef<TiReference> typeRefs) { in remapRecord() argument236 for (const TiReference &ref : typeRefs) { in remapRecord()263 SmallVector<TiReference, 32> typeRefs; in remapTypesInTypeRecord() local264 discoverTypeIndices(CVType(rec), typeRefs); in remapTypesInTypeRecord()265 remapRecord(rec, typeRefs); in remapTypesInTypeRecord()271 SmallVector<TiReference, 32> typeRefs; in remapTypesInSymbolRecord() local272 if (!discoverTypeIndicesInSymbol(rec, typeRefs)) in remapTypesInSymbolRecord()274 remapRecord(rec, typeRefs); in remapTypesInSymbolRecord()
73 ArrayRef<llvm::codeview::TiReference> typeRefs);