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-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h65 std::shared_ptr<MCJITMemoryManager> ClientMM) in MCJITReplacementMemMgr() argument
66 : M(M), ClientMM(std::move(ClientMM)) {} in MCJITReplacementMemMgr()
72 ClientMM->allocateCodeSection(Size, Alignment, SectionID, in allocateCodeSection()
81 uint8_t *Addr = ClientMM->allocateDataSection(Size, Alignment, SectionID, in allocateDataSection()
91 return ClientMM->reserveAllocationSpace(CodeSize, CodeAlign, in reserveAllocationSpace()
97 return ClientMM->needsToReserveAllocationSpace(); in needsToReserveAllocationSpace()
102 return ClientMM->registerEHFrames(Addr, LoadAddr, Size); in registerEHFrames()
106 return ClientMM->deregisterEHFrames(); in deregisterEHFrames()
111 return ClientMM->notifyObjectLoaded(RTDyld, O); in notifyObjectLoaded()
116 return ClientMM->notifyObjectLoaded(EE, O); in notifyObjectLoaded()
[all …]