Home
last modified time | relevance | path

Searched refs:binaryMplt (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp483 void MIRModule::DumpToHeaderFile(bool binaryMplt, const std::string &outputName) in DumpToHeaderFile() argument
493 if (binaryMplt) { in DumpToHeaderFile()
672 BinaryMplt binaryMplt(*this); in OutputAsciiMpl() local
673 binaryMplt.GetBinExport().not2mplt = true; in OutputAsciiMpl()
674 binaryMplt.Export(outfileName); in OutputAsciiMpl()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h342 void DumpToHeaderFile(bool binaryMplt, const std::string &outputName = "");
566 void SetBinMplt(BinaryMplt *binaryMplt) in SetBinMplt() argument
568 binMplt = binaryMplt; in SetBinMplt()