Lines Matching defs:moduleDes
276 void Module::CollectModuleSectionDes(ModuleSectionDes &moduleDes) const
288 moduleDes.EraseSec(sec);
290 moduleDes.SetSecAddrAndSize(sec, reinterpret_cast<uint64_t>(secInfo.first), secInfo.second);
291 moduleDes.SetStartIndex(startIndex_);
292 moduleDes.SetFuncCount(funcCount_);
295 CollectStackMapDes(moduleDes);
298 void Module::CollectAnModuleSectionDes(ModuleSectionDes &moduleDes, uint64_t textOffset,
306 moduleDes.SetSecAddrAndSize(sec, reinterpret_cast<uint64_t>(secInfo.first), secInfo.second);
307 moduleDes.SetStartIndex(startIndex_);
308 moduleDes.SetFuncCount(funcCount_);
310 CollectAnStackMapDes(moduleDes, textOffset, stackMapInfo);