Home
last modified time | relevance | path

Searched refs:CompileFile (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.cpp99 auto *prog = compiler.CompileFile(*options_, src_, symbolTable_); in Run()
/arkcompiler/ets_frontend/es2panda/
Des2panda.h179 …panda::pandasm::Program *CompileFile(const CompilerOptions &options, SourceFile *src, util::Symbol…
Des2panda.cpp192 panda::pandasm::Program *Compiler::CompileFile(const CompilerOptions &options, SourceFile *src, in CompileFile() function in panda::es2panda::Compiler