Lines Matching defs:des
42 void Module::CollectStackMapDes(ModuleSectionDes& des) const
44 uint32_t stackmapSize = des.GetSecSize(ElfSecName::LLVM_STACKMAP);
46 uint64_t addr = des.GetSecAddr(ElfSecName::LLVM_STACKMAP);
50 uint64_t textAddr = des.GetSecAddr(ElfSecName::TEXT);
59 des.EraseSec(ElfSecName::LLVM_STACKMAP);
60 des.SetArkStackMapPtr(ptr);
61 des.SetArkStackMapSize(size);
64 void Module::CollectAnStackMapDes(ModuleSectionDes& des, uint64_t textOffset,
73 uint32_t stackmapSize = des.GetSecSize(ElfSecName::LLVM_STACKMAP);
75 uint64_t addr = des.GetSecAddr(ElfSecName::LLVM_STACKMAP);
79 uint64_t textAddr = des.GetSecAddr(ElfSecName::TEXT);
86 des.EraseSec(ElfSecName::LLVM_STACKMAP);
398 ModuleSectionDes des;
399 modulePackage_[i].CollectModuleSectionDes(des);
400 stubInfo_.AddModuleDes(des);
450 ModuleSectionDes des;
456 module->CollectAnModuleSectionDes(des, textOffset, *stackMapInfo_);
458 aotInfo_.AddModuleDes(des);