Searched refs:typeRefs (Results 1 – 2 of 2) sorted by relevance
238 ArrayRef<TiReference> typeRefs) { in remapRecord() argument240 for (const TiReference &ref : typeRefs) { in remapRecord()267 SmallVector<TiReference, 32> typeRefs; in remapTypesInTypeRecord() local268 discoverTypeIndices(CVType(rec), typeRefs); in remapTypesInTypeRecord()269 remapRecord(rec, typeRefs); in remapTypesInTypeRecord()275 SmallVector<TiReference, 32> typeRefs; in remapTypesInSymbolRecord() local276 if (!discoverTypeIndicesInSymbol(rec, typeRefs)) in remapTypesInSymbolRecord()278 remapRecord(rec, typeRefs); in remapTypesInSymbolRecord()
73 ArrayRef<llvm::codeview::TiReference> typeRefs);