Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DMemoryBufferRefTest.cpp23 MemoryBufferRef MBR(*MB); in TEST() local
25 EXPECT_EQ(MB->getBufferStart(), MBR.getBufferStart()); in TEST()
26 EXPECT_EQ(MB->getBufferIdentifier(), MBR.getBufferIdentifier()); in TEST()
/llvm-project-15.0.7/mlir/utils/mbr/
H A DREADME.md1 # MBR - MLIR Benchmark Runner
2 MBR is a tool to run benchmarks. It measures compilation and running times of
12 An MBR benchmark is a python function that returns two callables, a compiler
/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1046 XCOFFObjectFile::create(unsigned Type, MemoryBufferRef MBR) { in create() argument
1049 Obj.reset(new XCOFFObjectFile(Type, MBR)); in create()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h479 MemoryBufferRef MBR);