Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp138 auto ExpectedSN = in finalizeMsfLayout() local
140 if (!ExpectedSN) in finalizeMsfLayout()
141 return ExpectedSN.takeError(); in finalizeMsfLayout()
142 Layout.ModDiStream = *ExpectedSN; in finalizeMsfLayout()
H A DPDBFileBuilder.cpp274 auto ExpectedSN = getNamedStreamIndex("/names"); in commit() local
275 if (!ExpectedSN) in commit()
276 return ExpectedSN.takeError(); in commit()
279 Layout, Buffer, *ExpectedSN, Allocator); in commit()