clang 22.0.0git
lld Namespace Reference

Namespaces

namespace  wasm

Classes

struct  DriverDef
struct  Result

Typedefs

using Driver

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)

Typedef Documentation

◆ Driver

using lld::Driver
Initial value:
bool (*)(llvm::ArrayRef<const char *>, llvm::raw_ostream &,
llvm::raw_ostream &, bool, bool)
#define bool
Definition gpuintrin.h:32

Definition at line 35 of file Wasm.cpp.

Enumeration Type Documentation

◆ Flavor

Enumerator
Invalid 
Gnu 
MinGW 
WinLink 
Darwin 
Wasm 

Definition at line 26 of file Wasm.cpp.

Function Documentation

◆ lldMain()

Result lld::lldMain ( llvm::ArrayRef< const char * > args,
llvm::raw_ostream & stdoutOS,
llvm::raw_ostream & stderrOS,
llvm::ArrayRef< DriverDef > drivers )