|
| template<typename WriteT, typename SPSWriteT> |
| static llvm::orc::shared::CWrapperFunctionBuffer | llvm::orc::rt_bootstrap::writeUIntsWrapper (const char *ArgData, size_t ArgSize) |
| static llvm::orc::shared::CWrapperFunctionBuffer | llvm::orc::rt_bootstrap::writePointersWrapper (const char *ArgData, size_t ArgSize) |
| static llvm::orc::shared::CWrapperFunctionBuffer | llvm::orc::rt_bootstrap::writeBuffersWrapper (const char *ArgData, size_t ArgSize) |
| template<typename ReadT> |
| static llvm::orc::shared::CWrapperFunctionBuffer | llvm::orc::rt_bootstrap::readUIntsWrapper (const char *ArgData, size_t ArgSize) |
| static llvm::orc::shared::CWrapperFunctionBuffer | llvm::orc::rt_bootstrap::readPointersWrapper (const char *ArgData, size_t ArgSize) |
| static llvm::orc::shared::CWrapperFunctionBuffer | llvm::orc::rt_bootstrap::readBuffersWrapper (const char *ArgData, size_t ArgSize) |
| static llvm::orc::shared::CWrapperFunctionBuffer | llvm::orc::rt_bootstrap::readStringsWrapper (const char *ArgData, size_t ArgSize) |
| static llvm::orc::shared::CWrapperFunctionBuffer | llvm::orc::rt_bootstrap::runAsMainWrapper (const char *ArgData, size_t ArgSize) |
| static llvm::orc::shared::CWrapperFunctionBuffer | llvm::orc::rt_bootstrap::runAsInt32VoidFunctionWrapper (const char *ArgData, size_t ArgSize) |
| static llvm::orc::shared::CWrapperFunctionBuffer | llvm::orc::rt_bootstrap::runAsInt32Int32FunctionWrapper (const char *ArgData, size_t ArgSize) |
| void | llvm::orc::rt_bootstrap::addRunAsFunctionWrappersTo (StringMap< ExecutorAddr > &M) |
| | Adds executor-side wrappers for the run-as function proxies.
|
| void | llvm::orc::rt_bootstrap::addTo (StringMap< ExecutorAddr > &M) |
| | Adds all default target-process bootstrap wrappers.
|