Searched refs:EPCGenericRTDyldMemoryManager (Results 1 – 4 of 4) sorted by relevance
27 class LLVM_ABI EPCGenericRTDyldMemoryManager42 static Expected<std::unique_ptr<EPCGenericRTDyldMemoryManager>>47 EPCGenericRTDyldMemoryManager(ExecutorProcessControl &EPC, SymbolAddrs SAs);49 EPCGenericRTDyldMemoryManager(const EPCGenericRTDyldMemoryManager &) = delete;50 EPCGenericRTDyldMemoryManager &51 operator=(const EPCGenericRTDyldMemoryManager &) = delete;52 EPCGenericRTDyldMemoryManager(EPCGenericRTDyldMemoryManager &&) = delete;53 EPCGenericRTDyldMemoryManager &54 operator=(EPCGenericRTDyldMemoryManager &&) = delete;55 ~EPCGenericRTDyldMemoryManager();
21 Expected<std::unique_ptr<EPCGenericRTDyldMemoryManager>>22 EPCGenericRTDyldMemoryManager::CreateWithDefaultBootstrapSymbols( in CreateWithDefaultBootstrapSymbols()35 return std::make_unique<EPCGenericRTDyldMemoryManager>(EPC, std::move(SAs)); in CreateWithDefaultBootstrapSymbols()38 EPCGenericRTDyldMemoryManager::EPCGenericRTDyldMemoryManager( in EPCGenericRTDyldMemoryManager() function in llvm::orc::EPCGenericRTDyldMemoryManager44 EPCGenericRTDyldMemoryManager::~EPCGenericRTDyldMemoryManager() { in ~EPCGenericRTDyldMemoryManager()62 uint8_t *EPCGenericRTDyldMemoryManager::allocateCodeSection( in allocateCodeSection()77 uint8_t *EPCGenericRTDyldMemoryManager::allocateDataSection( in allocateDataSection()96 void EPCGenericRTDyldMemoryManager::reserveAllocationSpace( in reserveAllocationSpace()156 bool EPCGenericRTDyldMemoryManager::needsToReserveAllocationSpace() { in needsToReserveAllocationSpace()160 void EPCGenericRTDyldMemoryManager::registerEHFrames(uint8_t *Addr, in registerEHFrames()[all …]
718 orc::EPCGenericRTDyldMemoryManager::CreateWithDefaultBootstrapSymbols( in main()
820 SRCS_EXT+= ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.cpp