Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/
Des2panda.h73 struct CompilerOptions { struct
92 std::vector<es2panda::SourceFile> sourceFiles;
93 PatchFixOptions patchFixOptions;
96 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.h63 const es2panda::CompilerOptions &CompilerOptions() const in CompilerOptions() function
68 es2panda::CompilerOptions &CompilerOptions() in CompilerOptions() function