Searched refs:ExpectedMsf (Results 1 – 1 of 1) sorted by relevance
43 auto ExpectedMsf = MSFBuilder::create(Allocator, BlockSize); in initialize() local44 if (!ExpectedMsf) in initialize()45 return ExpectedMsf.takeError(); in initialize()46 Msf = llvm::make_unique<MSFBuilder>(std::move(*ExpectedMsf)); in initialize()