Home
last modified time | relevance | path

Searched refs:EPCGenericRTDyldMemoryManager (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h26 class EPCGenericRTDyldMemoryManager : public RuntimeDyld::MemoryManager {
40 static Expected<std::unique_ptr<EPCGenericRTDyldMemoryManager>>
45 EPCGenericRTDyldMemoryManager(ExecutorProcessControl &EPC, SymbolAddrs SAs);
47 EPCGenericRTDyldMemoryManager(const EPCGenericRTDyldMemoryManager &) = delete;
48 EPCGenericRTDyldMemoryManager &
49 operator=(const EPCGenericRTDyldMemoryManager &) = delete;
50 EPCGenericRTDyldMemoryManager(EPCGenericRTDyldMemoryManager &&) = delete;
51 EPCGenericRTDyldMemoryManager &
52 operator=(EPCGenericRTDyldMemoryManager &&) = delete;
53 ~EPCGenericRTDyldMemoryManager();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp22 Expected<std::unique_ptr<EPCGenericRTDyldMemoryManager>>
23 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::EPCGenericRTDyldMemoryManager
44 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 …]
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp717 orc::EPCGenericRTDyldMemoryManager::CreateWithDefaultBootstrapSymbols( in main()
/freebsd/lib/clang/libllvm/
H A DMakefile756 SRCS_EXT+= ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.cpp