Home
last modified time | relevance | path

Searched defs: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()
672 BinaryMplt binaryMplt(*this); in OutputAsciiMpl() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h566 void SetBinMplt(BinaryMplt *binaryMplt) in SetBinMplt()