Searched refs:ClientMM (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h64 std::shared_ptr<MCJITMemoryManager> ClientMM)
65 : M(M), ClientMM(std::move(ClientMM)) {}
71 ClientMM->allocateCodeSection(Size, Alignment, SectionID,
80 uint8_t *Addr = ClientMM->allocateDataSection(Size, Alignment, SectionID,
90 return ClientMM->reserveAllocationSpace(CodeSize, CodeAlign,
96 return ClientMM->needsToReserveAllocationSpace();
101 return ClientMM->registerEHFrames(Addr, LoadAddr, Size);
105 return ClientMM->deregisterEHFrames();
110 return ClientMM
63 MCJITReplacementMemMgr(OrcMCJITReplacement &M, std::shared_ptr<MCJITMemoryManager> ClientMM) argument
139 std::shared_ptr<MCJITMemoryManager> ClientMM; member in class:llvm::orc::OrcMCJITReplacement::MCJITReplacementMemMgr
[all...]

Completed in 107 milliseconds