Searched refs:typeRefs (Results 1 – 2 of 2) sorted by relevance
227 ArrayRef<TiReference> typeRefs) { in remapRecord() argument229 for (const TiReference &ref : typeRefs) { in remapRecord()256 SmallVector<TiReference, 32> typeRefs; in remapTypesInTypeRecord() local257 discoverTypeIndices(CVType(rec), typeRefs); in remapTypesInTypeRecord()258 remapRecord(rec, typeRefs); in remapTypesInTypeRecord()264 SmallVector<TiReference, 32> typeRefs; in remapTypesInSymbolRecord() local265 if (!discoverTypeIndicesInSymbol(rec, typeRefs)) in remapTypesInSymbolRecord()267 remapRecord(rec, typeRefs); in remapTypesInSymbolRecord()
71 ArrayRef<llvm::codeview::TiReference> typeRefs);