/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | VTuneSharedStructs.h | 87 static size_t size(const VTuneMethodBatch &MB) { in size() 91 static bool deserialize(SPSInputBuffer &IB, VTuneMethodBatch &MB) { in deserialize() 96 static bool serialize(SPSOutputBuffer &OB, const VTuneMethodBatch &MB) { in serialize()
|
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 98 ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> MB = in openFile() local 162 static Expected<COFF::MachineTypes> getCOFFFileMachine(MemoryBufferRef MB) { in getCOFFFileMachine() 179 static Expected<COFF::MachineTypes> getBitcodeFileMachine(MemoryBufferRef MB) { in getBitcodeFileMachine() 221 std::string &LibMachineSource, MemoryBufferRef MB) { in appendFile() 377 std::unique_ptr<MemoryBuffer> MB = in libDriverMain() local
|
/freebsd/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
|
H A D | JITLoaderVTune.cpp | 31 static Error registerJITLoaderVTuneRegisterImpl(const VTuneMethodBatch &MB) { in registerJITLoaderVTuneRegisterImpl() 191 static Error unsupportedBatch(const VTuneMethodBatch &MB) { in unsupportedBatch()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 78 create(const MemoryBuffer * MB,std::string & Error) create() argument 114 createInternal(const MemoryBuffer * MB,std::string & Error) createInternal() argument 122 parse(const MemoryBuffer * MB,StringMap<size_t> & SectionsMap,std::string & Error) parse() argument
|
H A D | Memory.cpp | 43 raw_ostream &operator<<(raw_ostream &OS, const MemoryBlock &MB) { in operator <<()
|
H A D | FileOutputBuffer.cpp | 117 MemoryBlock MB = Memory::allocateMappedMemory( createInMemoryBuffer() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCTargetDesc.h | 57 isRunOfOnes(unsigned Val,unsigned & MB,unsigned & ME) isRunOfOnes() argument 81 isRunOfOnes64(uint64_t Val,unsigned & MB,unsigned & ME) isRunOfOnes64() argument
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | CheckFileOffsetBits.c | 4 #define MB ((off_t)1024 * KB) macro
|
/freebsd/contrib/libevent/cmake/ |
H A D | CheckFileOffsetBits.c | 4 #define MB ((off_t)1024 * KB) macro
|
/freebsd/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 119 std::unique_ptr<MemoryBuffer> MB = openFile(DefFileName); in parseModuleDefinition() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | extensible_rtti_test.cpp | 33 MyBase MB; in TEST() local
|
/freebsd/contrib/kyua/utils/ |
H A D | units.hpp | 55 const uint64_t MB = int64_t(1) << 20; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/ |
H A D | llvm-dis.cpp | 197 std::unique_ptr<MemoryBuffer> MB = std::move(BufferOrErr.get()); in main() local 207 BitcodeModule MB = IF.Mods[I]; in main() local
|
/freebsd/lib/libc/gen/ |
H A D | getbsize.c | 46 #define MB (1024L * 1024L) in getbsize() macro
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 393 std::unique_ptr<MemoryBuffer> MB = check(MemoryBuffer::getFile(F), F); in run() local 449 std::unique_ptr<MemoryBuffer> MB) { in run() 464 std::unique_ptr<MemoryBuffer> MB = in dumpSymtab() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-modextract/ |
H A D | llvm-modextract.cpp | 53 std::unique_ptr<MemoryBuffer> MB = in main() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFRegisters.cpp | 87 const uint32_t *MB = RegMasks.get(M); PhysicalRegisterInfo() local 117 const uint32_t *MB = getRegMaskBits(Reg); getAliasSet() local 152 const uint32_t *MB = getRegMaskBits(RR.idx()); getUnits() local
|
/freebsd/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/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 = in allocateCodeSection() local 338 sys::MemoryBlock MB = in allocateDataSection() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MemoryMapper.cpp | 47 auto MB = sys::Memory::allocateMappedMemory( in reserve() local 164 auto MB = sys::MemoryBlock(Base.toPtr<void *>(), Size); in release() local
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | pci_gvt-d.c | 25 #define MB (1024 * KB) macro
|
/freebsd/contrib/llvm-project/llvm/lib/IRReader/ |
H A D | IRReader.cpp | 117 std::unique_ptr<MemoryBuffer> MB(unwrap(MemBuf)); in LLVMParseIRInContext() local
|
/freebsd/contrib/netbsd-tests/bin/df/ |
H A D | getmntinfo.c | 37 #define MB * 1024 KB macro
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_tar_large.c | 71 #define MB ((int64_t)1024 * KB) macro
|