LLVM
15.0.0git
|
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/StringRef.h"
#include <string>
Go to the source code of this file.
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::orc | |
Functions | |
int | llvm::orc::runAsMain (int(*Main)(int, char *[]), ArrayRef< std::string > Args, Optional< StringRef > ProgramName=None) |
Run a main function, returning the result. More... | |