Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/
Des2panda.h81 struct CompilerOptions { struct
106 std::vector<es2panda::SourceFile> sourceFiles;
107 PatchFixOptions patchFixOptions;
112 std::unordered_map<std::string, std::string> cacheFiles;
122 std::string targetApiSubVersion;
123 std::string moduleRecordFieldName;
/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/ets2panda/
Des2panda.h106 struct CompilerOptions { struct
138 bool etsHasWarnings = false;
151 std::vector<ETSWarnings> etsWarningCollection = {};
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.h65 const es2panda::CompilerOptions &CompilerOptions() const in CompilerOptions() function
70 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