Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h35 std::shared_ptr<MCJITMemoryManager> ClientMM) in MCJITReplacementMemMgr() argument
36 : M(M), ClientMM(std::move(ClientMM)) {} in MCJITReplacementMemMgr()
42 ClientMM->allocateCodeSection(Size, Alignment, SectionID, in allocateCodeSection()
51 uint8_t *Addr = ClientMM->allocateDataSection(Size, Alignment, SectionID, in allocateDataSection()
61 return ClientMM->reserveAllocationSpace(CodeSize, CodeAlign, in reserveAllocationSpace()
67 return ClientMM->needsToReserveAllocationSpace(); in needsToReserveAllocationSpace()
72 return ClientMM->registerEHFrames(Addr, LoadAddr, Size); in registerEHFrames()
77 return ClientMM->deregisterEHFrames(Addr, LoadAddr, Size); in deregisterEHFrames()
82 return ClientMM->notifyObjectLoaded(RTDyld, O); in notifyObjectLoaded()
87 return ClientMM->notifyObjectLoaded(EE, O); in notifyObjectLoaded()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h64 std::shared_ptr<MCJITMemoryManager> ClientMM) in MCJITReplacementMemMgr() argument
65 : M(M), ClientMM(std::move(ClientMM)) {} in MCJITReplacementMemMgr()
71 ClientMM->allocateCodeSection(Size, Alignment, SectionID, in allocateCodeSection()
80 uint8_t *Addr = ClientMM->allocateDataSection(Size, Alignment, SectionID, in allocateDataSection()
90 return ClientMM->reserveAllocationSpace(CodeSize, CodeAlign, in reserveAllocationSpace()
96 return ClientMM->needsToReserveAllocationSpace(); in needsToReserveAllocationSpace()
101 return ClientMM->registerEHFrames(Addr, LoadAddr, Size); in registerEHFrames()
105 return ClientMM->deregisterEHFrames(); in deregisterEHFrames()
110 return ClientMM->notifyObjectLoaded(RTDyld, O); in notifyObjectLoaded()
115 return ClientMM->notifyObjectLoaded(EE, O); in notifyObjectLoaded()
[all …]