Home
last modified time | relevance | path

Searched defs:MM (Results 1 – 18 of 18) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h41 RTDyldMemoryManager *MM; variable
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h25 RuntimeDyldMachOX86_64(RTDyldMemoryManager *MM) in RuntimeDyldMachOX86_64()
H A DRuntimeDyldMachOAArch64.h26 RuntimeDyldMachOAArch64(RTDyldMemoryManager *MM) in RuntimeDyldMachOAArch64()
H A DRuntimeDyldMachOARM.h28 RuntimeDyldMachOARM(RTDyldMemoryManager *MM) : RuntimeDyldMachOCRTPBase(MM) {} in RuntimeDyldMachOARM()
H A DRuntimeDyldMachOI386.h25 RuntimeDyldMachOI386(RTDyldMemoryManager *MM) in RuntimeDyldMachOI386()
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dconst-init.cpp56 const MutableMember MM = { 0 }; in writeToMutable() local
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp55 std::unique_ptr<RTDyldMemoryManager> MM = std::move(MemMgr); in createJIT() local
63 std::unique_ptr<RTDyldMemoryManager> MM) in MCJIT()
H A DMCJIT.h32 std::unique_ptr<RTDyldMemoryManager> MM) in LinkingMemoryManager()
/minix3/external/bsd/llvm/dist/llvm/tools/lli/
H A Dlli.cpp634 RemoteMemoryManager *MM = static_cast<RemoteMemoryManager*>(RTDyldMM); in main() local
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h347 std::unique_ptr<RTDyldMemoryManager> MM; variable
H A DMCJITCAPITest.cpp440 TestReserveAllocationSpaceMemoryManager* MM = new TestReserveAllocationSpaceMemoryManager(); in TEST_F() local
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp789 createRuntimeDyldELF(RTDyldMemoryManager *MM, bool ProcessAllSections, in createRuntimeDyldELF()
798 createRuntimeDyldMachO(Triple::ArchType Arch, RTDyldMemoryManager *MM, in createRuntimeDyldMachO()
H A DRuntimeDyldMachO.cpp286 RuntimeDyldMachO::create(Triple::ArchType Arch, RTDyldMemoryManager *MM) { in create()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp438 void LLVMDisposeMCJITMemoryManager(LLVMMCJITMemoryManagerRef MM) { in LLVMDisposeMCJITMemoryManager()
/minix3/usr.bin/deroff/
H A Dderoff.c112 #define MM 1 /* -mm */ macro
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1295 for (auto *MM : MI->memoperands()) { in isLdStPairSuppressed() local
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp1311 struct MM { struct
1312 mutable int n; // expected-note 3{{declared here}}
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2262 std::vector<Value *> &MM = CandidatePairs[S->second]; in choosePairs() local