Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDebugTypes.cpp234 ArrayRef<TiReference> typeRefs) { in remapRecord() argument
236 for (const TiReference &ref : typeRefs) { in remapRecord()
263 SmallVector<TiReference, 32> typeRefs; in remapTypesInTypeRecord() local
264 discoverTypeIndices(CVType(rec), typeRefs); in remapTypesInTypeRecord()
265 remapRecord(rec, typeRefs); in remapTypesInTypeRecord()
271 SmallVector<TiReference, 32> typeRefs; in remapTypesInSymbolRecord() local
272 if (!discoverTypeIndicesInSymbol(rec, typeRefs)) in remapTypesInSymbolRecord()
274 remapRecord(rec, typeRefs); in remapTypesInSymbolRecord()
DDebugTypes.h73 ArrayRef<llvm::codeview::TiReference> typeRefs);