Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/assembler/
Dpandasm.cpp67const ark::PandArg<std::string> &outputFile, const ark::PandArg<std::string> &logFile, in PrepareArgs()
160 const ark::PandArg<std::string> &outputFile, ark::PandArg<bool> &optimize, in EmitProgramInBinary()
207const ark::PandArg<std::string> &outputFile, ark::PandArg<bool> &optimize, ark::PandArg<bool> &siz… in BuildFiles()
235 ark::PandArg<std::string> outputFile("OUTPUT_FILE", "", "Path to the generated binary code"); in main() local
/arkcompiler/runtime_core/static_core/abc2program/
Dabc2program_options.cpp29 ark::PandArg<std::string> outputFile("outputFile", "", "Path to the generated assembly code"); in Parse() local
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc_llvm.cpp77 auto outputFile = GetPaocOptions()->GetPaocOutput(); in PrepareLLVM() local
Dpaoc.cpp406 auto outputFile = paocOptions_->GetPaocOutput(); in RunAotMode() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisasm.cpp38 ark::PandArg<std::string> outputFile {"output_file", "", "Path to the generated assembly code"}; member
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp382 panda::PandArg<std::string> outputFile("output", "", "Compiler binary output (.abc)"); in Parse() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp2799 std::string outputFile = stat(filePath.c_str(), &buffer) == 0 ? filePath : DEFAULT_PATH; in EmitAsmLabel() local