Home
last modified time | relevance | path

Searched refs:LLVM_STACKMAP (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dmodule_section_des.cpp46 case ElfSecName::LLVM_STACKMAP: in GetSecName()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbinary_section.h40 LLVM_STACKMAP, member in panda::ecmascript::ElfSecName
97 value_ = ElfSecName::LLVM_STACKMAP; in ElfSection()
167 {ElfSecName::LLVM_STACKMAP, {llvm::ELF::SHT_RELA, llvm::ELF::SHF_ALLOC}}, in InitShTypeAndFlag()
H A Dfile_generators.cpp44 uint32_t stackmapSize = des.GetSecSize(ElfSecName::LLVM_STACKMAP); in CollectStackMapDes()
46 uint64_t addr = des.GetSecAddr(ElfSecName::LLVM_STACKMAP); in CollectStackMapDes()
59 des.EraseSec(ElfSecName::LLVM_STACKMAP); in CollectStackMapDes()
73 uint32_t stackmapSize = des.GetSecSize(ElfSecName::LLVM_STACKMAP); in CollectAnStackMapDes()
75 uint64_t addr = des.GetSecAddr(ElfSecName::LLVM_STACKMAP); in CollectAnStackMapDes()
86 des.EraseSec(ElfSecName::LLVM_STACKMAP); in CollectAnStackMapDes()

Completed in 6 milliseconds