Home
last modified time | relevance | path

Searched defs:section (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/config/process/
H A Dconfig_process.cpp30 bool ProcessConfigSection(Config *cfg, const Section &section, const ark::PandaString &path = "") in ProcessConfigSection() argument
54 bool ProcessConfig(Config *cfg, const Section &section) in ProcessConfig() argument
/arkcompiler/runtime_core/static_core/verification/config/
H A Dconfig_load.cpp44 ark::verifier::config::Section section; in ProcessConfigFile() local
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
H A Djit_dump_elf.cpp74 void JsJitDumpElf::UpdateSectionOffset(Section &section) in UpdateSectionOffset() argument
83 void JsJitDumpElf::UpdateGlobalOffset(Section &section) in UpdateGlobalOffset() argument
114 RegisterSection(Section &section) RegisterSection() argument
[all...]
H A Djit_dump_elf.h75 void SetLink(const Section &section) in SetLink() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Dcreated_object_file.cpp74 const auto &section = sectionIndex_.at(name); in GetSection() local
93 const auto &section = sectionIndex_.at(RELA_LLVM_STACKMAPS_SECTION); GetStackMapInfo() local
105 const auto &section = sectionIndex_.at(".rela.llvm_faultmaps"); GetFaultMapInfo() local
[all...]
H A Dcode_info_producer.cpp35 void CodeInfoProducer::SetStackMap(const uint8_t *section, uintptr_t size) in SetStackMap() argument
47 void CodeInfoProducer::SetFaultMaps(const uint8_t *section, uintptr_t size) in SetFaultMaps() argument
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Daot_builder.cpp205 auto &section = roDatas_.at(i); in PrepareElfBuilder() local
H A Delf_builder.h306 void AddSection(Section *section) in AddSection() argument
357 auto section = new DataSection(*this, name, nullptr, in AddRoDataSection() local
545 AddSymbol(const std::string &name, ElfWord size, const Section &section, typename SymbolSection::ThunkFunc thunk) AddSymbol() argument
813 SettleSection(Section *section) SettleSection() argument
[all...]
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Ddwarf_builder.cpp42 ELFIO::section *section = self->GetElfBuilder()->sections.add(name); in CreateSectionCallback() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Delf_file.h71 void SetLink(const Section &section) in SetLink() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_file_info.h377 ParseSectionFromBinary(PGOContext &context, void *buffer, PGOProfilerHeader const *header, PGOFileSectionInterface &section) ParseSectionFromBinary() argument
391 ProcessSectionToBinary(PGOContext &context, std::fstream &fileStream, PGOProfilerHeader *const header, PGOFileSectionInterface &section) ProcessSectionToBinary() argument
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_builder.cpp93 ElfSection section = ElfSection(s.first); in DumpSection() local
261 ElfSection section = ElfSection(s.first); GetSegmentNum() local
277 ElfSection section = ElfSection(s.first); SetLastSection() local
562 ElfSection section = ElfSection(secName); PackELFSections() local
704 ElfSection section = ElfSection(s.first); PackELFSegment() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Difile.h133 void SetLink(const Section &section) in SetLink() argument
H A Dobj_emit.h447 void UpdateSectionOffsetAddr(Section *section) in UpdateSectionOffsetAddr() argument
456 void UpdateGlobalOffsetAddr(Section *section) in UpdateGlobalOffsetAddr() argument
466 RegisterSection(Section *section) RegisterSection() argument
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_aot_compiler.cpp565 auto section = module->GetObjectFile()->GetSectionByFunctionName(fullMethodName); in CollectAotBuilderOffsets() local
844 auto section = file->GetSection(".llvm_stackmaps"); in CompileModule() local
857 auto section = file->GetSection(".llvm_faultmaps"); in CompileModule() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Delf_assembler.cpp658 void ElfAssembler::RegisterSection(Section &section) in RegisterSection() argument
689 UpdateSectionOffset(Section &section) UpdateSectionOffset() argument
698 UpdateGlobalOffset(Section &section) UpdateGlobalOffset() argument
[all...]

Completed in 15 milliseconds