Searched defs:MB (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DMemory.cpp44 raw_ostream &operator<<(raw_ostream &OS, const MemoryBlock &MB) { argument
H A DFileOutputBuffer.cpp120 MemoryBlock MB = Memory::allocateMappedMemory( local
H A DSpecialCaseList.cpp82 std::unique_ptr<SpecialCaseList> SpecialCaseList::create(const MemoryBuffer *MB, argument
118 bool SpecialCaseList::createInternal(const MemoryBuffer *MB, argument
126 bool SpecialCaseList::parse(const MemoryBuffer *MB, argument
H A DLockFileManager.cpp60 MemoryBuffer &MB = *MBOrErr.get(); local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp91 std::unique_ptr<MemoryBuffer> MB = ExitOnErr(openBitcodeFile(InputFilename)); local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp43 std::unique_ptr<MemoryBuffer> MB = local
/freebsd-11-stable/lib/libc/gen/
H A Dgetbsize.c50 #define MB (1024L * 1024L) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h61 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { argument
85 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { argument
H A DPPCInstPrinter.cpp98 unsigned char MB = MI->getOperand(3).getImm(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp58 ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> MB = MemoryBuffer::getFile(Path); local
112 std::unique_ptr<MemoryBuffer> MB = local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp159 std::unique_ptr<MemoryBuffer> MB = local
170 BitcodeModule MB = IF.Mods[i]; local
/freebsd-11-stable/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c37 #define MB * 1024 KB macro
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_tar_large.c72 #define MB ((int64_t)1024 * KB) macro
H A Dtest_write_format_zip_large.c62 #define MB ((int64_t)1024 * KB) macro
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp289 std::unique_ptr<MemoryBuffer> MB = check(MemoryBuffer::getFile(F), F); local
357 std::unique_ptr<MemoryBuffer> MB = check(MemoryBuffer::getFile(F), F); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp104 sys::MemoryBlock MB = MMapper.allocateMappedMemory( local
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_fbuf.c70 #define MB (1024 * 1024UL) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp361 Expected<COFFModuleDefinition> parseCOFFModuleDefinition(MemoryBufferRef MB, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp343 MachineBasicBlock *MB = &*MBB; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp193 MachineBasicBlock &MB = *MI.getParent(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp145 static COFF::MachineTypes getCOFFFileMachine(MemoryBufferRef MB) { argument
167 static COFF::MachineTypes getBitcodeFileMachine(MemoryBufferRef MB) { argument
191 appendFile(std::vector<NewArchiveMember> &Members, COFF::MachineTypes &LibMachine, std::string &LibMachineSource, MemoryBufferRef MB) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFRegisters.cpp86 const uint32_t *MB = RegMasks.get(M); local
107 const uint32_t *MB = getRegMaskBits(Reg); local
164 const uint32_t *MB = getRegMaskBits(RM.Reg); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp247 StringRef MB = SourceMgr->getBufferData(FID); local
263 StringRef MB = SourceMgr->getBufferData(FID); local
340 StringRef MB = SourceMgr->getBufferData(FID); local
364 StringRef MB = SourceMgr->getBufferData(FID); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp179 MemoryBufferRef MB = CompiledObjBuffer->getMemBufferRef(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp191 ErrorOr<std::unique_ptr<MemoryBuffer>> MB = local

Completed in 289 milliseconds

123