Searched refs:typeRefs (Results 1 – 2 of 2) sorted by relevance
222 ArrayRef<TiReference> typeRefs) { in remapRecord() argument224 for (const TiReference &ref : typeRefs) { in remapRecord()251 SmallVector<TiReference, 32> typeRefs; in remapTypesInTypeRecord() local252 discoverTypeIndices(CVType(rec), typeRefs); in remapTypesInTypeRecord()253 remapRecord(rec, typeRefs); in remapTypesInTypeRecord()259 SmallVector<TiReference, 32> typeRefs; in remapTypesInSymbolRecord() local260 if (!discoverTypeIndicesInSymbol(rec, typeRefs)) in remapTypesInSymbolRecord()262 remapRecord(rec, typeRefs); in remapTypesInSymbolRecord()
74 ArrayRef<llvm::codeview::TiReference> typeRefs);