Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.cpp117 auto ExpectedSN = in finalizeMsfLayout() local
119 if (!ExpectedSN) in finalizeMsfLayout()
120 return ExpectedSN.takeError(); in finalizeMsfLayout()
121 Layout.ModDiStream = *ExpectedSN; in finalizeMsfLayout()
DPDBFileBuilder.cpp276 auto ExpectedSN = getNamedStreamIndex("/names"); in commit() local
277 if (!ExpectedSN) in commit()
278 return ExpectedSN.takeError(); in commit()
281 Layout, Buffer, *ExpectedSN, Allocator); in commit()