Home
last modified time | relevance | path

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

12345

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
HDVTuneSharedStructs.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-14-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
HDLibDriver.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-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
HDSimpleExecutorMemoryManager.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
HDJITLoaderVTune.cpp31 static Error registerJITLoaderVTuneRegisterImpl(const VTuneMethodBatch &MB) { in registerJITLoaderVTuneRegisterImpl()
191 static Error unsupportedBatch(const VTuneMethodBatch &MB) { in unsupportedBatch()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDSpecialCaseList.cpp90 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()
HDMemory.cpp43 raw_ostream &operator<<(raw_ostream &OS, const MemoryBlock &MB) { in operator <<()
/freebsd-14-stable/contrib/ntp/sntp/libevent/cmake/
HDCheckFileOffsetBits.c4 #define MB ((off_t)1024 * KB) macro
/freebsd-14-stable/contrib/libevent/cmake/
HDCheckFileOffsetBits.c4 #define MB ((off_t)1024 * KB) macro
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
HDDlltoolDriver.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-14-stable/contrib/kyua/utils/
HDunits.hpp55 const uint64_t MB = int64_t(1) << 20; variable
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
HDextensible_rtti_test.cpp33 MyBase MB; in TEST() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Rewrite/
HDRewriter.cpp244 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-14-stable/contrib/llvm-project/llvm/tools/llvm-dis/
HDllvm-dis.cpp197 std::unique_ptr<MemoryBuffer> MB = std::move(BufferOrErr.get()); in main() local
207 BitcodeModule MB = IF.Mods[I]; in main() local
/freebsd-14-stable/lib/libc/gen/
HDgetbsize.c48 #define MB (1024L * 1024L) in getbsize() macro
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
HDllvm-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-14-stable/contrib/llvm-project/llvm/tools/llvm-modextract/
HDllvm-modextract.cpp53 std::unique_ptr<MemoryBuffer> MB = in main() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMCTargetDesc.h76 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-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRDFRegisters.cpp80 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-14-stable/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
HDllvm-bcanalyzer.cpp110 std::unique_ptr<MemoryBuffer> MB = ExitOnErr(openBitcodeFile(InputFilename)); in main() local
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
HDllvm-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-14-stable/usr.sbin/bhyve/amd64/
HDpci_gvt-d.c25 #define MB (1024 * KB) macro
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDMemoryMapper.cpp47 auto MB = sys::Memory::allocateMappedMemory( in reserve() local
164 auto MB = sys::MemoryBlock(Base.toPtr<void *>(), Size); in release() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IRReader/
HDIRReader.cpp117 std::unique_ptr<MemoryBuffer> MB(unwrap(MemBuf)); in LLVMParseIRInContext() local
/freebsd-14-stable/contrib/libarchive/libarchive/test/
HDtest_tar_large.c71 #define MB ((int64_t)1024 * KB) macro
/freebsd-14-stable/contrib/netbsd-tests/bin/df/
HDgetmntinfo.c37 #define MB * 1024 KB macro

12345