Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/
Des2panda.h83 struct CompilerOptions { struct
108 std::vector<es2panda::SourceFile> sourceFiles;
109 PatchFixOptions patchFixOptions;
114 std::unordered_map<std::string, std::string> cacheFiles;
124 std::string targetApiSubVersion;
125 std::string moduleRecordFieldName;
126 bool enableAnnotations;
/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.h39 class CompilerOptions; variable
48 explicit CompilerOptions(const std::string &exePath) : Options(exePath) {} in CompilerOptions() function
/arkcompiler/ets_frontend/ets2panda/
Des2panda.h106 struct CompilerOptions { struct
144 bool etsHasWarnings = false;
157 std::vector<ETSWarnings> etsWarningCollection = {};
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.h66 const es2panda::CompilerOptions &CompilerOptions() const in CompilerOptions() function
71 es2panda::CompilerOptions &CompilerOptions() in CompilerOptions() function
/arkcompiler/ets_frontend/ets2panda/util/
Doptions.h79 const es2panda::CompilerOptions &CompilerOptions() const in CompilerOptions() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h74 class CompilerOptions; variable