Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dcmpl.h81 struct MirModuleT { struct
84 MIRSrcLang srcLang; // the source language
85 uint16 id;
86 uint32 globalMemSize; // size of storage space for all global variables
87 uint8 *globalBlkMap; // the memory map of the block containing all the
112 MirModuleT() = default; argument
114 MirFuncT *MainFunc() const in MainFunc()
119 void SetCurFunction(MirFuncT *f) in SetCurFunction()
124 MirFuncT *GetCurFunction() const in GetCurFunction()
129 MIRSrcLang GetSrcLang() const in GetSrcLang()