Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/config/
Dconfig.h29 struct Section { struct
31 std::vector<struct Section> sections; argument
46 const Section &operator[](const PandaString &title) const argument
48 for (const auto &s : sections) {
/arkcompiler/runtime_core/compiler/aot/aot_builder/
Delf_builder.h119Section(ElfBuilder &builder, const std::string &name, ElfWord type, ElfWord flags, Section *link, … in Section() function