Home
last modified time | relevance | path

Searched refs:CompilerOptions (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/runtime_core/compiler/
Dcompiler_options.h38 class CompilerOptions; variable
39 extern CompilerOptions options;
45 class CompilerOptions : public Options {
47 explicit CompilerOptions(const std::string &exe_path) : Options(exe_path) {} in CompilerOptions() function
48 NO_MOVE_SEMANTIC(CompilerOptions);
49 NO_COPY_SEMANTIC(CompilerOptions);
50 ~CompilerOptions() = default;
Dcompiler_options.cpp20 CompilerOptions options("");
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.h63 const es2panda::CompilerOptions &CompilerOptions() const in CompilerOptions() function
68 es2panda::CompilerOptions &CompilerOptions() in CompilerOptions() function
135 es2panda::CompilerOptions compilerOptions_ {};
Dmain.cpp108 const es2panda::CompilerOptions &compilerOptions = options->CompilerOptions(); in DumpProgramInfos()
180 if (options->CompilerOptions().bcVersion || options->CompilerOptions().bcMinVersion) { in Run()
181 std::string version = options->CompilerOptions().bcVersion ? in Run()
189 size_t expectedProgsCount = options->CompilerOptions().sourceFiles.size(); in Run()
192 int ret = Compiler::CompileFiles(options->CompilerOptions(), programsInfo, &allocator); in Run()
199 options->CompilerOptions(), programsInfo, &allocator); in Run()
DemitFiles.cpp37 auto outputCacheIter = options_->CompilerOptions().cacheFiles.find(info.first); in Schedule()
38 if (outputCacheIter != options_->CompilerOptions().cacheFiles.end()) { in Schedule()
DemitFiles.h75 : WorkerQueue(options->CompilerOptions().fileThreadCount), options_(options), statp_(statp), in EmitFileQueue()
77 mergeAbc_ = options_->CompilerOptions().mergeAbc; in EmitFileQueue()
/arkcompiler/ets_frontend/es2panda/
Des2panda.h73 struct CompilerOptions { struct
177 panda::pandasm::Program *Compile(const SourceFile &input, const CompilerOptions &options,
179 panda::pandasm::Program *CompileFile(const CompilerOptions &options,
182 static int CompileFiles(CompilerOptions &options,
187 CompilerOptions options; in Compile()
200 util::PatchFix *InitPatchFixHelper(const SourceFile &input, const CompilerOptions &options,
Des2panda.cpp59 panda::pandasm::Program *Compiler::Compile(const SourceFile &input, const CompilerOptions &options, in Compile()
120 util::PatchFix *Compiler::InitPatchFixHelper(const SourceFile &input, const CompilerOptions &option… in InitPatchFixHelper()
157 int Compiler::CompileFiles(CompilerOptions &options, in CompileFiles()
192 panda::pandasm::Program *Compiler::CompileFile(const CompilerOptions &options, SourceFile *src, in CompileFile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.h75 explicit CompileFileJob(es2panda::SourceFile *src, es2panda::CompilerOptions *options, in CompileFileJob()
88 es2panda::CompilerOptions *options_;
111 explicit CompileFileQueue(size_t threadCount, es2panda::CompilerOptions *options, in CompileFileQueue()
124 es2panda::CompilerOptions *options_;
DcompilerImpl.h46 …panda::pandasm::Program *Compile(parser::Program *program, const es2panda::CompilerOptions &option…
DcompilerImpl.cpp39 …:Program *CompilerImpl::Compile(parser::Program *program, const es2panda::CompilerOptions &options, in Compile()
/arkcompiler/ets_frontend/arkguard/src/utils/
DSourceMapUtil.ts23 CompilerOptions,
38 let compilerOptions: CompilerOptions = {};
DTypeUtils.ts26 CompilerOptions,
81 let option: CompilerOptions = {};
/arkcompiler/ets_frontend/es2panda/util/
DmoduleHelpers.h27 …ompileNpmModuleEntryList(const std::string &entriesInfo, panda::es2panda::CompilerOptions &options,
DmoduleHelpers.cpp24 …panda::es2panda::CompilerOptions &options, std::map<std::string, panda::es2panda::util::ProgramCac… in CompileNpmModuleEntryList()
Dhelpers.h38 struct CompilerOptions;
/arkcompiler/ets_frontend/ts2panda/src/
Djshelpers.d.ts24 export function bindSourceFile(sourceFile: ts.SourceFile, options: ts.CompilerOptions);
29 …isEffectiveStrictModeSourceFile(node: ts.SourceFile, compilerOptions: ts.CompilerOptions): boolean;
Dindex.ts62 function generateDTs(node: ts.SourceFile, options: ts.CompilerOptions): void {
71 function main(fileNames: string[], options: ts.CompilerOptions, inputJsonFiles?: string[], cmdArgsS…
387 …n compileWatchExpression(jsFileName: string, errorMsgFileName: string, options: ts.CompilerOptions,
517 export let Default: ts.CompilerOptions = {
534 function run(args: string[], options?: ts.CompilerOptions): void {
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts25 CompilerOptions,
80 private readonly mCompilerOptions: CompilerOptions;
/arkcompiler/ets_frontend/ts2panda/tools/
DastPrinter.ts173 export function Convert2String(fileNames: string[], options: ts.CompilerOptions): string {
/arkcompiler/runtime_core/compiler/tests/
Dpanda_runner.h122 compiler::CompilerOptions &GetCompilerOptions() in GetCompilerOptions()
/arkcompiler/ets_frontend/ts2panda/tests/utils/
Dbase.ts227 export function getCompileOptions(): ts.CompilerOptions {