Searched defs:MirModuleT (Results 1 – 1 of 1) sorted by relevance
81 struct MirModuleT { struct84 MIRSrcLang srcLang; // the source language85 uint16 id;86 uint32 globalMemSize; // size of storage space for all global variables87 uint8 *globalBlkMap; // the memory map of the block containing all the112 MirModuleT() = default; argument114 MirFuncT *MainFunc() const in MainFunc()119 void SetCurFunction(MirFuncT *f) in SetCurFunction()124 MirFuncT *GetCurFunction() const in GetCurFunction()129 MIRSrcLang GetSrcLang() const in GetSrcLang()