Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DDebugTypes.cpp227 ArrayRef<TiReference> typeRefs) { in remapRecord() argument
229 for (const TiReference &ref : typeRefs) { in remapRecord()
256 SmallVector<TiReference, 32> typeRefs; in remapTypesInTypeRecord() local
257 discoverTypeIndices(CVType(rec), typeRefs); in remapTypesInTypeRecord()
258 remapRecord(rec, typeRefs); in remapTypesInTypeRecord()
264 SmallVector<TiReference, 32> typeRefs; in remapTypesInSymbolRecord() local
265 if (!discoverTypeIndicesInSymbol(rec, typeRefs)) in remapTypesInSymbolRecord()
267 remapRecord(rec, typeRefs); in remapTypesInSymbolRecord()
H A DDebugTypes.h71 ArrayRef<llvm::codeview::TiReference> typeRefs);