Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/config/
Dconfig.h29 struct Section { struct
32 std::vector<struct Section> sections; argument
51 const Section &operator[](const PandaString &title) const argument
53 for (const auto &s : sections) {
/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.h36 struct Section { struct
45 enum class SectionKind { DEBUG_LINE = 1, REL_DEBUG_LINE }; argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Difile.cpp23 Section::Section(std::string secName, Word type, Word flags, uint32 align, ObjEmitter &objEmitter, … in Section() function in maplebe::Section
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Delf_file.h40 Section(const std::string &name, Word type, Xword flags, Xword align) : name(name) in Section() function
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
Djit_dump_elf.h44Section(const std::string &name, maplebe::Word type, maplebe::Xword flags, maplebe::Xword align) :… in Section() function
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h120Section(ElfBuilder &builder, const std::string &name, Section *link, const ElfShdrParams &params) in Section() function