Home
last modified time | relevance | path

Searched defs:CompilerOptions (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/
Des2panda.h71 struct CompilerOptions { struct
89 std::vector<es2panda::SourceFile> sourceFiles;
90 HotfixOptions hotfixOptions;
93 std::unordered_map<std::string, std::string> cacheFiles;
/arkcompiler/runtime_core/compiler/
Dcompiler_options.h38 class CompilerOptions; variable
47 explicit CompilerOptions(const std::string &exe_path) : Options(exe_path) {} in CompilerOptions() function
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.h68 const es2panda::CompilerOptions &CompilerOptions() const in CompilerOptions() function
73 es2panda::CompilerOptions &CompilerOptions() in CompilerOptions() function
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencode.h38 class CompilerOptions; variable