LLVM
15.0.0git
|
Variables | |
const char * | SimpleExecutorDylibManagerInstanceName |
const char * | SimpleExecutorDylibManagerOpenWrapperName |
const char * | SimpleExecutorDylibManagerLookupWrapperName |
const char * | SimpleExecutorMemoryManagerInstanceName |
const char * | SimpleExecutorMemoryManagerReserveWrapperName |
const char * | SimpleExecutorMemoryManagerFinalizeWrapperName |
const char * | SimpleExecutorMemoryManagerDeallocateWrapperName |
const char * | MemoryWriteUInt8sWrapperName |
const char * | MemoryWriteUInt16sWrapperName |
const char * | MemoryWriteUInt32sWrapperName |
const char * | MemoryWriteUInt64sWrapperName |
const char * | MemoryWriteBuffersWrapperName |
const char * | RegisterEHFrameSectionWrapperName |
const char * | DeregisterEHFrameSectionWrapperName |
const char * | RunAsMainWrapperName = "__llvm_orc_bootstrap_run_as_main_wrapper" |
using llvm::orc::rt::SPSRunAsMainSignature = typedef int64_t(shared::SPSExecutorAddr, shared::SPSSequence<shared::SPSString>) |
Definition at line 62 of file OrcRTBridge.h.
Definition at line 51 of file OrcRTBridge.h.
using llvm::orc::rt::SPSSimpleExecutorDylibManagerOpenSignature = typedef shared::SPSExpected<uint64_t>(shared::SPSExecutorAddr, shared::SPSString, uint64_t) |
Definition at line 47 of file OrcRTBridge.h.
using llvm::orc::rt::SPSSimpleExecutorMemoryManagerDeallocateSignature = typedef shared::SPSError( shared::SPSExecutorAddr, shared::SPSSequence<shared::SPSExecutorAddr>) |
Definition at line 59 of file OrcRTBridge.h.
using llvm::orc::rt::SPSSimpleExecutorMemoryManagerFinalizeSignature = typedef shared::SPSError(shared::SPSExecutorAddr, shared::SPSFinalizeRequest) |
Definition at line 57 of file OrcRTBridge.h.
using llvm::orc::rt::SPSSimpleExecutorMemoryManagerReserveSignature = typedef shared::SPSExpected<shared::SPSExecutorAddr>(shared::SPSExecutorAddr, uint64_t) |
Definition at line 55 of file OrcRTBridge.h.
const char * llvm::orc::rt::DeregisterEHFrameSectionWrapperName |
Definition at line 41 of file OrcRTBridge.cpp.
Referenced by llvm::orc::rt_bootstrap::addTo().
const char * llvm::orc::rt::MemoryWriteBuffersWrapperName |
Definition at line 37 of file OrcRTBridge.cpp.
Referenced by llvm::orc::rt_bootstrap::addTo().
const char * llvm::orc::rt::MemoryWriteUInt16sWrapperName |
Definition at line 31 of file OrcRTBridge.cpp.
Referenced by llvm::orc::rt_bootstrap::addTo().
const char * llvm::orc::rt::MemoryWriteUInt32sWrapperName |
Definition at line 33 of file OrcRTBridge.cpp.
Referenced by llvm::orc::rt_bootstrap::addTo().
const char * llvm::orc::rt::MemoryWriteUInt64sWrapperName |
Definition at line 35 of file OrcRTBridge.cpp.
Referenced by llvm::orc::rt_bootstrap::addTo().
const char * llvm::orc::rt::MemoryWriteUInt8sWrapperName |
Definition at line 29 of file OrcRTBridge.cpp.
Referenced by llvm::orc::rt_bootstrap::addTo().
const char * llvm::orc::rt::RegisterEHFrameSectionWrapperName |
Definition at line 39 of file OrcRTBridge.cpp.
Referenced by llvm::orc::rt_bootstrap::addTo().
const char * llvm::orc::rt::RunAsMainWrapperName = "__llvm_orc_bootstrap_run_as_main_wrapper" |
Definition at line 43 of file OrcRTBridge.cpp.
Referenced by llvm::orc::rt_bootstrap::addTo().
const char * llvm::orc::rt::SimpleExecutorDylibManagerInstanceName |
Definition at line 15 of file OrcRTBridge.cpp.
Referenced by llvm::orc::rt_bootstrap::SimpleExecutorDylibManager::addBootstrapSymbols().
const char * llvm::orc::rt::SimpleExecutorDylibManagerLookupWrapperName |
Definition at line 19 of file OrcRTBridge.cpp.
Referenced by llvm::orc::rt_bootstrap::SimpleExecutorDylibManager::addBootstrapSymbols().
const char * llvm::orc::rt::SimpleExecutorDylibManagerOpenWrapperName |
Definition at line 17 of file OrcRTBridge.cpp.
Referenced by llvm::orc::rt_bootstrap::SimpleExecutorDylibManager::addBootstrapSymbols().
const char * llvm::orc::rt::SimpleExecutorMemoryManagerDeallocateWrapperName |
Definition at line 27 of file OrcRTBridge.cpp.
Referenced by llvm::orc::rt_bootstrap::SimpleExecutorMemoryManager::addBootstrapSymbols().
const char * llvm::orc::rt::SimpleExecutorMemoryManagerFinalizeWrapperName |
Definition at line 25 of file OrcRTBridge.cpp.
Referenced by llvm::orc::rt_bootstrap::SimpleExecutorMemoryManager::addBootstrapSymbols().
const char * llvm::orc::rt::SimpleExecutorMemoryManagerInstanceName |
Definition at line 21 of file OrcRTBridge.cpp.
Referenced by llvm::orc::rt_bootstrap::SimpleExecutorMemoryManager::addBootstrapSymbols().
const char * llvm::orc::rt::SimpleExecutorMemoryManagerReserveWrapperName |
Definition at line 23 of file OrcRTBridge.cpp.
Referenced by llvm::orc::rt_bootstrap::SimpleExecutorMemoryManager::addBootstrapSymbols().