Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp47 auto ExpectedMsf = MSFBuilder::create(Allocator, BlockSize); in initialize() local
48 if (!ExpectedMsf) in initialize()
49 return ExpectedMsf.takeError(); in initialize()
50 Msf = std::make_unique<MSFBuilder>(std::move(*ExpectedMsf)); in initialize()