/arkcompiler/runtime_core/compiler/ |
D | compiler_options.h | 38 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;
|
D | compiler_options.cpp | 20 CompilerOptions options("");
|
/arkcompiler/ets_frontend/es2panda/aot/ |
D | options.h | 63 const es2panda::CompilerOptions &CompilerOptions() const in CompilerOptions() function 68 es2panda::CompilerOptions &CompilerOptions() in CompilerOptions() function 135 es2panda::CompilerOptions compilerOptions_ {};
|
D | main.cpp | 108 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()
|
D | emitFiles.cpp | 37 auto outputCacheIter = options_->CompilerOptions().cacheFiles.find(info.first); in Schedule() 38 if (outputCacheIter != options_->CompilerOptions().cacheFiles.end()) { in Schedule()
|
D | emitFiles.h | 75 : WorkerQueue(options->CompilerOptions().fileThreadCount), options_(options), statp_(statp), in EmitFileQueue() 77 mergeAbc_ = options_->CompilerOptions().mergeAbc; in EmitFileQueue()
|
/arkcompiler/ets_frontend/es2panda/ |
D | es2panda.h | 73 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,
|
D | es2panda.cpp | 59 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/ |
D | compileQueue.h | 75 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_;
|
D | compilerImpl.h | 46 …panda::pandasm::Program *Compile(parser::Program *program, const es2panda::CompilerOptions &option…
|
D | compilerImpl.cpp | 39 …:Program *CompilerImpl::Compile(parser::Program *program, const es2panda::CompilerOptions &options, in Compile()
|
/arkcompiler/ets_frontend/arkguard/src/utils/ |
D | SourceMapUtil.ts | 23 CompilerOptions, 38 let compilerOptions: CompilerOptions = {};
|
D | TypeUtils.ts | 26 CompilerOptions, 81 let option: CompilerOptions = {};
|
/arkcompiler/ets_frontend/es2panda/util/ |
D | moduleHelpers.h | 27 …ompileNpmModuleEntryList(const std::string &entriesInfo, panda::es2panda::CompilerOptions &options,
|
D | moduleHelpers.cpp | 24 …panda::es2panda::CompilerOptions &options, std::map<std::string, panda::es2panda::util::ProgramCac… in CompileNpmModuleEntryList()
|
D | helpers.h | 38 struct CompilerOptions;
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | jshelpers.d.ts | 24 export function bindSourceFile(sourceFile: ts.SourceFile, options: ts.CompilerOptions); 29 …isEffectiveStrictModeSourceFile(node: ts.SourceFile, compilerOptions: ts.CompilerOptions): boolean;
|
D | index.ts | 62 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/ |
D | ArkObfuscator.ts | 25 CompilerOptions, 80 private readonly mCompilerOptions: CompilerOptions;
|
/arkcompiler/ets_frontend/ts2panda/tools/ |
D | astPrinter.ts | 173 export function Convert2String(fileNames: string[], options: ts.CompilerOptions): string {
|
/arkcompiler/runtime_core/compiler/tests/ |
D | panda_runner.h | 122 compiler::CompilerOptions &GetCompilerOptions() in GetCompilerOptions()
|
/arkcompiler/ets_frontend/ts2panda/tests/utils/ |
D | base.ts | 227 export function getCompileOptions(): ts.CompilerOptions {
|