Home
last modified time | relevance | path

Searched defs:sectionName (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_reader.cpp58 std::string sectionName = ModuleSectionDes::GetSecName(sec); in ParseELFSections() local
102 std::string sectionName = ModuleSectionDes::GetSecName(sec); in ParseELFSections() local
173 std::string sectionName = ModuleSectionDes::GetSecName(sec); in ParseELFSections() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp148 uint8_t *CodeInfo::AllocaCodeSection(uintptr_t size, const char *sectionName) in AllocaCodeSection()
169 uint8_t *CodeInfo::AllocaDataSection(uintptr_t size, const char *sectionName) in AllocaDataSection()
244 … [[maybe_unused]] unsigned sectionID, const char *sectionName) in RoundTripAllocateCodeSection()
251 … [[maybe_unused]] unsigned sectionID, const char *sectionName, in RoundTripAllocateDataSection()