Searched defs:mplExport (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | bin_mpl_export.cpp | 40 void OutputConstInt(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstInt() 47 void OutputConstAddrof(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstAddrof() 65 void OutputConstAddrofFunc(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstAddrofFunc() 71 void OutputConstLbl(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstLbl() 79 void OutputConstStr(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstStr() 87 void OutputConstStr16(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstStr16() 101 void OutputConstFloat(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstFloat() 109 void OutputConstDouble(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstDouble() 117 void OutputConstAgg(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstAgg() 130 void OutputConstSt(MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstSt() [all …]
|