/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/ |
H A D | object.c | 21 LLVMMemoryBufferRef MB; in llvm_object_list_sections() local 58 LLVMMemoryBufferRef MB; in llvm_object_list_symbols() local
|
H A D | diagnostic.c | 62 LLVMMemoryBufferRef MB; in llvm_test_diagnostic_handler() local
|
H A D | module.c | 28 LLVMMemoryBufferRef MB; in llvm_load_module() local
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 81 std::unique_ptr<SpecialCaseList> SpecialCaseList::create(const MemoryBuffer *MB, in create() 117 bool SpecialCaseList::createInternal(const MemoryBuffer *MB, in createInternal() 125 bool SpecialCaseList::parse(const MemoryBuffer *MB, in parse()
|
H A D | Memory.cpp | 43 raw_ostream &operator<<(raw_ostream &OS, const MemoryBlock &MB) { in operator <<()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCTargetDesc.h | 57 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes() 81 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
|
/openbsd-src/gnu/llvm/clang/lib/Rewrite/ |
H A D | Rewriter.cpp | 248 StringRef MB = SourceMgr->getBufferData(FID); in getEditBuffer() local 264 StringRef MB = SourceMgr->getBufferData(FID); in InsertText() local 341 StringRef MB = SourceMgr->getBufferData(FID); in ReplaceText() local 365 StringRef MB = SourceMgr->getBufferData(FID); in IncreaseIndentation() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-dis/ |
H A D | llvm-dis.cpp | 189 std::unique_ptr<MemoryBuffer> MB = std::move(BufferOrErr.get()); in main() local 199 BitcodeModule MB = IF.Mods[I]; in main() local
|
/openbsd-src/gnu/llvm/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 145 static Expected<COFF::MachineTypes> getCOFFFileMachine(MemoryBufferRef MB) { in getCOFFFileMachine() 163 static Expected<COFF::MachineTypes> getBitcodeFileMachine(MemoryBufferRef MB) { in getBitcodeFileMachine() 185 std::string &LibMachineSource, MemoryBufferRef MB) { in appendFile()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 358 std::unique_ptr<MemoryBuffer> MB = check(MemoryBuffer::getFile(F), F); in run() local 414 std::unique_ptr<MemoryBuffer> MB) { in run() 429 std::unique_ptr<MemoryBuffer> MB = in dumpSymtab() local
|
/openbsd-src/gnu/llvm/llvm/lib/ToolDrivers/llvm-dlltool/ |
H A D | DlltoolDriver.cpp | 62 ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> MB = MemoryBuffer::getFile(Path); in openFile() local 144 std::unique_ptr<MemoryBuffer> MB = in dlltoolDriverMain() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | RDFRegisters.cpp | 86 const uint32_t *MB = RegMasks.get(M); in PhysicalRegisterInfo() local 112 const uint32_t *MB = getRegMaskBits(Reg); in getAliasSet() local 169 const uint32_t *MB = getRegMaskBits(RM.Reg); in aliasRM() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/tests/unit/ |
H A D | extensible_rtti_test.cpp | 33 MyBase MB; in TEST() local
|
/openbsd-src/sys/dev/pci/ |
H A D | tga_conf.c | 45 #define MB * 1024 * 1024 macro
|
/openbsd-src/lib/libc/gen/ |
H A D | getbsize.c | 44 #define MB (1024 * 1024) in getbsize() macro
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-modextract/ |
H A D | llvm-modextract.cpp | 53 std::unique_ptr<MemoryBuffer> MB = in main() local
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | mmix-opc.c | 80 #define MB mmix_type_memaccess_byte macro
|
/openbsd-src/gnu/usr.bin/binutils/opcodes/ |
H A D | mmix-opc.c | 80 #define MB mmix_type_memaccess_byte macro
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-cat/ |
H A D | llvm-cat.cpp | 61 std::unique_ptr<MemoryBuffer> MB = ExitOnErr( in main() local
|
/openbsd-src/sys/arch/sparc64/stand/ofwboot/ |
H A D | elf64_exec.c | 48 #define MB (1024 * 1024) macro
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-bcanalyzer/ |
H A D | llvm-bcanalyzer.cpp | 110 std::unique_ptr<MemoryBuffer> MB = ExitOnErr(openBitcodeFile(InputFilename)); in main() local
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | MemoryMapper.cpp | 43 auto MB = sys::Memory::allocateMappedMemory( in reserve() local 160 auto MB = sys::MemoryBlock(Base.toPtr<void *>(), Size); in release() local
|
/openbsd-src/gnu/llvm/llvm/tools/sanstats/ |
H A D | sanstats.cpp | 140 std::unique_ptr<MemoryBuffer> MB = std::move(MBOrErr.get()); in main() local
|