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/
Dmodule_section_des.cpp48 case ElfSecName::LLVM_STACKMAP: in GetSecName()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbinary_section.h40 LLVM_STACKMAP, enumerator
97 value_ = ElfSecName::LLVM_STACKMAP; in ElfSection()
166 {ElfSecName::LLVM_STACKMAP, {llvm::ELF::SHT_RELA, llvm::ELF::SHF_ALLOC}}, in InitShTypeAndFlag()
Dfile_generators.cpp27 uint32_t stackmapSize = des.GetSecSize(ElfSecName::LLVM_STACKMAP); in CollectStackMapDes()
29 uint64_t addr = des.GetSecAddr(ElfSecName::LLVM_STACKMAP); in CollectStackMapDes()
42 des.EraseSec(ElfSecName::LLVM_STACKMAP); in CollectStackMapDes()
51 uint32_t stackmapSize = des.GetSecSize(ElfSecName::LLVM_STACKMAP); in CollectAnStackMapDes()
53 uint64_t addr = des.GetSecAddr(ElfSecName::LLVM_STACKMAP); in CollectAnStackMapDes()
64 des.EraseSec(ElfSecName::LLVM_STACKMAP); in CollectAnStackMapDes()