Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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();
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp22 Expected<std::unique_ptr<EPCGenericRTDyldMemoryManager>>
23 EPCGenericRTDyldMemoryManager::CreateWithDefaultBootstrapSymbols( 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()
160 void EPCGenericRTDyldMemoryManager::registerEHFrames(uint8_t *Addr, in registerEHFrames()
183 void EPCGenericRTDyldMemoryManager::deregisterEHFrames() { in deregisterEHFrames()
187 void EPCGenericRTDyldMemoryManager::notifyObjectLoaded( in notifyObjectLoaded()
[all …]
H A DCMakeLists.txt17 EPCGenericRTDyldMemoryManager.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/
H A DBUILD.gn28 "EPCGenericRTDyldMemoryManager.cpp",
/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp775 orc::EPCGenericRTDyldMemoryManager::CreateWithDefaultBootstrapSymbols( in main()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5297 llvm/include/llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h
6034 llvm/lib/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.cpp