Home
last modified time | relevance | path

Searched defs:DataSection (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Delf_file.h147 class DataSection : public Section { class
149 DataSection(const std::string &name, Word type, Xword flags, Xword align) : Section(name, type, flags, align) {} in DataSection() function in assembler::DataSection
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
H A Djit_dump_elf.h251 class DataSection : public Section { class
253 DataSection(const std::string &name, maplebe::Word type, maplebe::Xword flags, maplebe::Xword align) in DataSection() function in panda::ecmascript::DataSection
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Difile.h217 class DataSection : public Section { class
219 DataSection(const std::string &name, Word type, Word flags, Word align, ObjEmitter &emitter, MemPool &inputMemPool) in DataSection() function in maplebe::DataSection
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Delf_builder.h188 class DataSection : public Section { class in ark::compiler::ElfBuilder
[all...]

Completed in 4 milliseconds