Home
last modified time | relevance | path

Searched defs:MB (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DVTuneSharedStructs.h87 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 DLibDriver.cpp98 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 DSimpleExecutorMemoryManager.cpp26 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 DJITLoaderVTune.cpp31 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 DSpecialCaseList.cpp78 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 DMemory.cpp43 raw_ostream &operator<<(raw_ostream &OS, const MemoryBlock &MB) { in operator <<()
H A DFileOutputBuffer.cpp117 MemoryBlock MB = Memory::allocateMappedMemory( createInMemoryBuffer() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h57 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 DCheckFileOffsetBits.c4 #define MB ((off_t)1024 * KB) macro
/freebsd/contrib/libevent/cmake/
H A DCheckFileOffsetBits.c4 #define MB ((off_t)1024 * KB) macro
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp62 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 Dextensible_rtti_test.cpp33 MyBase MB; in TEST() local
/freebsd/contrib/kyua/utils/
H A Dunits.hpp55 const uint64_t MB = int64_t(1) << 20; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp197 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 Dgetbsize.c46 #define MB (1024L * 1024L) in getbsize() macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp393 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 Dllvm-modextract.cpp53 std::unique_ptr<MemoryBuffer> MB = in main() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFRegisters.cpp87 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 Dllvm-bcanalyzer.cpp110 std::unique_ptr<MemoryBuffer> MB = ExitOnErr(openBitcodeFile(InputFilename)); in main() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp195 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 DMemoryMapper.cpp47 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 Dpci_gvt-d.c25 #define MB (1024 * KB) macro
/freebsd/contrib/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp117 std::unique_ptr<MemoryBuffer> MB(unwrap(MemBuf)); in LLVMParseIRInContext() local
/freebsd/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c37 #define MB * 1024 KB macro
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_tar_large.c71 #define MB ((int64_t)1024 * KB) macro

1234