Searched refs:typeRefs (Results 1 – 2 of 2) sorted by relevance
228 ArrayRef<TiReference> typeRefs) { in remapRecord() argument230 for (const TiReference &ref : typeRefs) { in remapRecord()257 SmallVector<TiReference, 32> typeRefs; in remapTypesInTypeRecord() local258 discoverTypeIndices(CVType(rec), typeRefs); in remapTypesInTypeRecord()259 remapRecord(rec, typeRefs); in remapTypesInTypeRecord()265 SmallVector<TiReference, 32> typeRefs; in remapTypesInSymbolRecord() local266 if (!discoverTypeIndicesInSymbol(rec, typeRefs)) in remapTypesInSymbolRecord()268 remapRecord(rec, typeRefs); in remapTypesInSymbolRecord()
71 ArrayRef<llvm::codeview::TiReference> typeRefs);