Searched refs:ModuleSectionDes (Results 1 – 4 of 4) sorted by relevance
25 void Module::CollectStackMapDes(ModuleSectionDes& des) const in CollectStackMapDes()73 ModuleSectionDes des; in CollectCodeInfo()87 ModuleSectionDes des; in CollectCodeInfo()
123 void CollectModuleSectionDes(ModuleSectionDes &moduleDes, bool stub = false) const141 void CollectStackMapDes(ModuleSectionDes &moduleDes) const;223 void CollectStackMapDes(ModuleSectionDes& des);
63 struct ModuleSectionDes { struct155 ModuleSectionDes() = default; argument275 const std::vector<ModuleSectionDes>& GetCodeUnits() const in GetCodeUnits()316 const std::vector<ModuleSectionDes> &GetModuleSectionDes() const in GetModuleSectionDes()346 std::vector<ModuleSectionDes> des_ {};355 void AddModuleDes(ModuleSectionDes &moduleDes) in AddModuleDes()408 void AddModuleDes(ModuleSectionDes &moduleDes) in AddModuleDes()
50 void ModuleSectionDes::SaveSectionsInfo(std::ofstream &file) in SaveSectionsInfo()86 void ModuleSectionDes::LoadStackMapSection(BinaryBufferParser &parser, uintptr_t secBegin, uint32_t… in LoadStackMapSection()102 void ModuleSectionDes::LoadSectionsInfo(BinaryBufferParser &parser, in LoadSectionsInfo()123 void ModuleSectionDes::LoadStackMapSection(std::ifstream &file, uintptr_t secBegin, uint32_t &curUn… in LoadStackMapSection()139 void ModuleSectionDes::LoadSectionsInfo(std::ifstream &file, in LoadSectionsInfo()988 const std::vector<ModuleSectionDes> &des = loadedStub_->GetCodeUnits(); in SafeInsideStub()1002 const std::vector<ModuleSectionDes> &des = info->GetCodeUnits(); in SafeInsideAOT()