Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_export.cpp40 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()
73 void OutputConstLbl(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstLbl()
81 void OutputConstStr(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstStr()
89 void OutputConstStr16(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstStr16()
103 void OutputConstFloat(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstFloat()
111 void OutputConstDouble(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstDouble()
119 void OutputConstAgg(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstAgg()
132 void OutputConstSt(MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstSt()
[all …]