Searched defs:MirModuleT (Results 1 – 1 of 1) sorted by relevance
82 struct MirModuleT { struct85 MIRSrcLang srcLang; // the source language86 uint16 id;87 uint32 globalMemSize; // size of storage space for all global variables88 uint8 *globalBlkMap; // the memory map of the block containing all the113 MirModuleT() = default; argument115 MirFuncT *MainFunc() const in MainFunc()120 void SetCurFunction(MirFuncT *f) in SetCurFunction()125 MirFuncT *GetCurFunction() const in GetCurFunction()130 MIRSrcLang GetSrcLang() const in GetSrcLang()