Searched refs:MBR (Results 1 – 4 of 4) sorted by relevance
23 MemoryBufferRef MBR(*MB); in TEST() local25 EXPECT_EQ(MB->getBufferStart(), MBR.getBufferStart()); in TEST()26 EXPECT_EQ(MB->getBufferIdentifier(), MBR.getBufferIdentifier()); in TEST()
1 # MBR - MLIR Benchmark Runner2 MBR is a tool to run benchmarks. It measures compilation and running times of12 An MBR benchmark is a python function that returns two callables, a compiler
1046 XCOFFObjectFile::create(unsigned Type, MemoryBufferRef MBR) { in create() argument1049 Obj.reset(new XCOFFObjectFile(Type, MBR)); in create()
479 MemoryBufferRef MBR);