Searched refs:typeRefs (Results 1 – 2 of 2) sorted by relevance
229 ArrayRef<TiReference> typeRefs) { in remapRecord() argument231 for (const TiReference &ref : typeRefs) { in remapRecord()258 SmallVector<TiReference, 32> typeRefs; in remapTypesInTypeRecord() local259 discoverTypeIndices(CVType(rec), typeRefs); in remapTypesInTypeRecord()260 remapRecord(rec, typeRefs); in remapTypesInTypeRecord()266 SmallVector<TiReference, 32> typeRefs; in remapTypesInSymbolRecord() local267 if (!discoverTypeIndicesInSymbol(rec, typeRefs)) in remapTypesInSymbolRecord()269 remapRecord(rec, typeRefs); in remapTypesInSymbolRecord()
71 ArrayRef<llvm::codeview::TiReference> typeRefs);