Home
last modified time | relevance | path

Searched refs:EmitProgramInBinary (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
Dpandasm.h41 bool EmitProgramInBinary(panda::pandasm::Program &program, panda::PandArgParser &paParser,
Dpandasm.cpp161 bool EmitProgramInBinary(panda::pandasm::Program &program, panda::PandArgParser &paParser, in EmitProgramInBinary() function
215 if (!EmitProgramInBinary(program, paParser, outputFile, optimize, sizeStat)) { in BuildFiles()
/arkcompiler/runtime_core/assembler/
Dpandasm.h41 bool EmitProgramInBinary(panda::pandasm::Program &program, panda::PandArgParser &pa_parser,
Dpandasm.cpp158 bool EmitProgramInBinary(panda::pandasm::Program &program, panda::PandArgParser &pa_parser, in EmitProgramInBinary() function
198 if (!EmitProgramInBinary(program, pa_parser, output_file, optimize, size_stat)) { in BuildFiles()