LLVM 20.0.0git
|
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::orc |
Functions | |
int | llvm::orc::runAsMain (int(*Main)(int, char *[]), ArrayRef< std::string > Args, std::optional< StringRef > ProgramName=std::nullopt) |
Run a main function, returning the result. | |
int | llvm::orc::runAsVoidFunction (int(*Func)(void)) |
int | llvm::orc::runAsIntFunction (int(*Func)(int), int Arg) |