Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp238 ArrayRef<TiReference> typeRefs) { in remapRecord() argument
240 for (const TiReference &ref : typeRefs) { in remapRecord()
267 SmallVector<TiReference, 32> typeRefs; in remapTypesInTypeRecord() local
268 discoverTypeIndices(CVType(rec), typeRefs); in remapTypesInTypeRecord()
269 remapRecord(rec, typeRefs); in remapTypesInTypeRecord()
275 SmallVector<TiReference, 32> typeRefs; in remapTypesInSymbolRecord() local
276 if (!discoverTypeIndicesInSymbol(rec, typeRefs)) in remapTypesInSymbolRecord()
278 remapRecord(rec, typeRefs); in remapTypesInSymbolRecord()
H A DDebugTypes.h73 ArrayRef<llvm::codeview::TiReference> typeRefs);