Home
last modified time | relevance | path

Searched refs:typeRefs (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp222 ArrayRef<TiReference> typeRefs) { in remapRecord() argument
224 for (const TiReference &ref : typeRefs) { in remapRecord()
251 SmallVector<TiReference, 32> typeRefs; in remapTypesInTypeRecord() local
252 discoverTypeIndices(CVType(rec), typeRefs); in remapTypesInTypeRecord()
253 remapRecord(rec, typeRefs); in remapTypesInTypeRecord()
259 SmallVector<TiReference, 32> typeRefs; in remapTypesInSymbolRecord() local
260 if (!discoverTypeIndicesInSymbol(rec, typeRefs)) in remapTypesInSymbolRecord()
262 remapRecord(rec, typeRefs); in remapTypesInSymbolRecord()
H A DDebugTypes.h74 ArrayRef<llvm::codeview::TiReference> typeRefs);