Flutter Engine
 
Loading...
Searching...
No Matches
impellerc_main.cc File Reference

Go to the source code of this file.

Namespaces

namespace  impeller
 
namespace  impeller::compiler
 

Functions

static Reflector::Options impeller::compiler::CreateReflectorOptions (const SourceOptions &options, const Switches &switches)
 
static std::shared_ptr< RuntimeStageData::Shaderimpeller::compiler::CompileSkSL (std::shared_ptr< fml::Mapping > source_file_mapping, const Switches &switches)
 
static bool impeller::compiler::OutputIPLR (const Switches &switches, const std::shared_ptr< fml::Mapping > &source_file_mapping)
 
static bool impeller::compiler::OutputSLFile (const Compiler &compiler, const Switches &switches)
 
static bool impeller::compiler::OutputReflectionData (const Compiler &compiler, const Switches &switches, const SourceOptions &options)
 
static bool impeller::compiler::OutputDepfile (const Compiler &compiler, const Switches &switches)
 
bool impeller::compiler::Main (const fml::CommandLine &command_line)
 
int main (int argc, char const *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char const *  argv[] 
)

Definition at line 310 of file impellerc_main.cc.

310 {
313 ? EXIT_SUCCESS
314 : EXIT_FAILURE;
315}
char ** argv
Definition library.h:9
CommandLine CommandLineFromPlatformOrArgcArgv(int argc, const char *const *argv)
bool Main(const fml::CommandLine &command_line)

References argv, fml::CommandLineFromPlatformOrArgcArgv(), and impeller::compiler::Main().