Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/
Des2panda.h73 struct CompilerOptions { struct
94 std::vector<es2panda::SourceFile> sourceFiles;
95 PatchFixOptions patchFixOptions;
99 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/runtime_core/static_core/compiler/
Dcompiler_options.h38 class CompilerOptions; variable
47 explicit CompilerOptions(const std::string &exePath) : Options(exePath) {} 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
/arkcompiler/ets_frontend/ets2panda/util/
Doptions.h74 const es2panda::CompilerOptions &CompilerOptions() const in CompilerOptions() function
/arkcompiler/ets_frontend/ets2panda/
Des2panda.h89 struct CompilerOptions { struct
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dobject_literals_2.ts152 interface CompilerOptions { interface
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dobject_literals_2.ts154 interface CompilerOptions { interface
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h38 class CompilerOptions; variable