Lines Matching defs:MB
106 ErrorOr<std::unique_ptr<MemoryBuffer>> MB =
108 ASSERT_TRUE(!!MB);
109 ASSERT_NE(*MB, nullptr);
112 BitcodeAnalyzer BA((*MB)->getBuffer());
123 PGOCtxProfileReader Reader((*MB)->getBuffer());
156 auto MB = MemoryBuffer::getFile(ProfileFile.path());
157 ASSERT_TRUE(!!MB);
158 ASSERT_NE(*MB, nullptr);
159 PGOCtxProfileReader Reader((*MB)->getBuffer());
192 auto MB = MemoryBuffer::getFile(ProfileFile.path());
193 ASSERT_TRUE(!!MB);
194 ASSERT_NE(*MB, nullptr);
196 PGOCtxProfileReader Reader((*MB)->getBuffer());
214 auto MB = MemoryBuffer::getFile(ProfileFile.path());
215 ASSERT_TRUE(!!MB);
216 ASSERT_NE(*MB, nullptr);
218 PGOCtxProfileReader Reader((*MB)->getBuffer());
238 auto MB = MemoryBuffer::getFile(ProfileFile.path());
239 ASSERT_TRUE(!!MB);
240 ASSERT_NE(*MB, nullptr);
241 PGOCtxProfileReader Reader((*MB)->getBuffer());
264 auto MB = MemoryBuffer::getFile(ProfileFile.path());
265 ASSERT_TRUE(!!MB);
266 ASSERT_NE(*MB, nullptr);
267 PGOCtxProfileReader Reader((*MB)->getBuffer());