Home
last modified time | relevance | path

Searched refs:GetSectionSize (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.h88 size_t GetSectionSize(ElfSecName sec) const;
145 uint32_t GetSectionSize(ElfSecName sec) const in GetSectionSize() function
147 return static_cast<uint32_t>(codeInfo_.GetSectionSize(sec)); in GetSectionSize()
Dfile_generators.h58 uint32_t GetSectionSize(ElfSecName sec) const;
94 return assembler_->GetSectionSize(ElfSecName::TEXT); in GetTextSize()
101 size += GetSectionSize(sec); in UpdateRODataInfo()
Dfile_generators.cpp93 funcSize = codeBuff + assembler_->GetSectionSize(ElfSecName::TEXT) - entrys[j]; in CollectFuncEntryInfo()
196 uint32_t Module::GetSectionSize(ElfSecName sec) const in GetSectionSize() function in panda::ecmascript::kungfu::Module
198 return assembler_->GetSectionSize(sec); in GetSectionSize()
276 uint32_t textSize = module->GetSectionSize(ElfSecName::TEXT); in RollbackTextSize()
Dllvm_codegen.cpp205 size_t CodeInfo::GetSectionSize(ElfSecName sec) const in GetSectionSize() function in panda::ecmascript::kungfu::CodeInfo