Home
last modified time | relevance | path

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

1234

/freebsd-src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp98 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 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
/freebsd-src/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
144 std::unique_ptr<MemoryBuffer> MB = dlltoolDriverMain() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.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()
H A DMemory.cpp43 raw_ostream &operator<<(raw_ostream &OS, const MemoryBlock &MB) { in operator <<()
H A DFileOutputBuffer.cpp120 MemoryBlock MB = Memory::allocateMappedMemory( in createInMemoryBuffer() local
/freebsd-src/contrib/libevent/cmake/
H A DCheckFileOffsetBits.c4 #define MB ((off_t)1024 * KB) macro
/freebsd-src/contrib/ntp/sntp/libevent/cmake/
H A DCheckFileOffsetBits.c4 #define MB ((off_t)1024 * KB) macro
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dextensible_rtti_test.cpp33 MyBase MB; in TEST() local
/freebsd-src/contrib/kyua/utils/
H A Dunits.hpp55 const uint64_t MB = int64_t(1) << 20; variable
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.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-src/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp199 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 Dgetbsize.c46 #define MB (1024L * 1024L) in getbsize() macro
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp53 std::unique_ptr<MemoryBuffer> MB = in main() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp371 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 DPPCMCTargetDesc.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-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFRegisters.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-src/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp110 std::unique_ptr<MemoryBuffer> MB = ExitOnErr(openBitcodeFile(InputFilename)); in main() local
/freebsd-src/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 = allocateCodeSection() local
338 sys::MemoryBlock MB = allocateDataSection() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp43 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 Dpci_gvt-d.c25 #define MB (1024 * KB) macro
/freebsd-src/contrib/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp117 std::unique_ptr<MemoryBuffer> MB(unwrap(MemBuf)); in LLVMParseIRInContext() local
/freebsd-src/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c37 #define MB * 1024 KB macro
/freebsd-src/contrib/libarchive/libarchive/test/
H A Dtest_tar_large.c71 #define MB ((int64_t)1024 * KB) macro
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp104 sys::MemoryBlock MB = MMapper->allocateMappedMemory( in allocateSection() local

1234