clang 20.0.0git
|
Namespaces | |
namespace | wasm |
Classes | |
struct | DriverDef |
struct | Result |
Typedefs | |
using | Driver = bool(*)(llvm::ArrayRef< const char * >, llvm::raw_ostream &, llvm::raw_ostream &, bool, bool) |
Enumerations | |
enum | Flavor { Invalid , Gnu , MinGW , WinLink , Darwin , Wasm } |
Functions | |
Result | lldMain (llvm::ArrayRef< const char * > args, llvm::raw_ostream &stdoutOS, llvm::raw_ostream &stderrOS, llvm::ArrayRef< DriverDef > drivers) |
using lld::Driver = typedef bool (*)(llvm::ArrayRef<const char *>, llvm::raw_ostream &, llvm::raw_ostream &, bool, bool) |
enum lld::Flavor |
Result lld::lldMain | ( | llvm::ArrayRef< const char * > | args, |
llvm::raw_ostream & | stdoutOS, | ||
llvm::raw_ostream & | stderrOS, | ||
llvm::ArrayRef< DriverDef > | drivers | ||
) |
Referenced by clang::WasmIncrementalExecutor::addModule().