/freebsd-src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 98 ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> MB = in openFile() local 161 getCOFFFileMachine(MemoryBufferRef MB) getCOFFFileMachine() argument 178 getBitcodeFileMachine(MemoryBufferRef MB) getBitcodeFileMachine() argument 220 appendFile(std::vector<NewArchiveMember> & Members,COFF::MachineTypes & LibMachine,std::string & LibMachineSource,MemoryBufferRef MB) appendFile() argument 376 std::unique_ptr<MemoryBuffer> MB = libDriverMain() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleExecutorMemoryManager.cpp | 26 auto MB = sys::Memory::allocateMappedMemory( in allocate() local 102 sys::MemoryBlock MB(AllocToDestroy.first, AllocToDestroy.second.Size); in finalize() local 220 sys::MemoryBlock MB(Base, A.Size); in deallocateImpl() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
H A D | DlltoolDriver.cpp | 62 ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> MB = MemoryBuffer::getFile(Path); in openFile() local 144 std::unique_ptr<MemoryBuffer> MB = dlltoolDriverMain() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 90 std::unique_ptr<SpecialCaseList> SpecialCaseList::create(const MemoryBuffer *MB, in create() 125 bool SpecialCaseList::createInternal(const MemoryBuffer *MB, in createInternal() 146 bool SpecialCaseList::parse(const MemoryBuffer *MB, std::string &Error) { in parse()
|
H A D | Memory.cpp | 43 raw_ostream &operator<<(raw_ostream &OS, const MemoryBlock &MB) { in operator <<()
|
H A D | FileOutputBuffer.cpp | 120 MemoryBlock MB = Memory::allocateMappedMemory( in createInMemoryBuffer() local
|
/freebsd-src/contrib/libevent/cmake/ |
H A D | CheckFileOffsetBits.c | 4 #define MB ((off_t)1024 * KB) macro
|
/freebsd-src/contrib/ntp/sntp/libevent/cmake/ |
H A D | CheckFileOffsetBits.c | 4 #define MB ((off_t)1024 * KB) macro
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | extensible_rtti_test.cpp | 33 MyBase MB; in TEST() local
|
/freebsd-src/contrib/kyua/utils/ |
H A D | units.hpp | 55 const uint64_t MB = int64_t(1) << 20; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | Rewriter.cpp | 244 StringRef MB = SourceMgr->getBufferData(FID); in getEditBuffer() local 260 StringRef MB = SourceMgr->getBufferData(FID); in InsertText() local 337 StringRef MB = SourceMgr->getBufferData(FID); in ReplaceText() local 361 StringRef MB = SourceMgr->getBufferData(FID); in IncreaseIndentation() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dis/ |
H A D | llvm-dis.cpp | 199 BitcodeFileContents IF = ExitOnErr(llvm::getBitcodeFileContents(*MB)); in main() local 189 std::unique_ptr<MemoryBuffer> MB = std::move(BufferOrErr.get()); main() local
|
/freebsd-src/lib/libc/gen/ |
H A D | getbsize.c | 46 #define MB (1024L * 1024L) in getbsize() macro
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-modextract/ |
H A D | llvm-modextract.cpp | 53 std::unique_ptr<MemoryBuffer> MB = in main() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 371 std::unique_ptr<MemoryBuffer> MB = check(MemoryBuffer::getFile(F), F); run() local 427 __anonf124463d0402(size_t Task, const Twine &ModuleName, std::unique_ptr<MemoryBuffer> MB) run() argument 442 std::unique_ptr<MemoryBuffer> MB = dumpSymtab() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCTargetDesc.h | 76 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes() 100 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFRegisters.cpp | 80 const uint32_t *MB = RegMasks.get(M); in PhysicalRegisterInfo() local 110 const uint32_t *MB = getRegMaskBits(Reg); in getAliasSet() local 145 const uint32_t *MB = getRegMaskBits(RR.idx()); in getUnits() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/ |
H A D | llvm-bcanalyzer.cpp | 110 std::unique_ptr<MemoryBuffer> MB = ExitOnErr(openBitcodeFile(InputFilename)); in main() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 195 sys::MemoryBlock MB; member 251 sys::MemoryBlock MB = in preallocateSlab() local 272 sys::MemoryBlock MB((void *)OldSlabOffset, Size); in allocateFromSlab() local 309 sys::MemoryBlock MB = allocateCodeSection() local 338 sys::MemoryBlock MB = allocateDataSection() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MemoryMapper.cpp | 43 auto MB = sys::Memory::allocateMappedMemory( reserve() local 160 auto MB = sys::MemoryBlock(Base.toPtr<void *>(), Size); release() local
|
/freebsd-src/usr.sbin/bhyve/amd64/ |
H A D | pci_gvt-d.c | 25 #define MB (1024 * KB) macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/IRReader/ |
H A D | IRReader.cpp | 117 std::unique_ptr<MemoryBuffer> MB(unwrap(MemBuf)); in LLVMParseIRInContext() local
|
/freebsd-src/contrib/netbsd-tests/bin/df/ |
H A D | getmntinfo.c | 37 #define MB * 1024 KB macro
|
/freebsd-src/contrib/libarchive/libarchive/test/ |
H A D | test_tar_large.c | 71 #define MB ((int64_t)1024 * KB) macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | SectionMemoryManager.cpp | 104 sys::MemoryBlock MB = MMapper->allocateMappedMemory( in allocateSection() local
|