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 D | elf_file.h | 147 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 D | jit_dump_elf.h | 251 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 D | ifile.h | 217 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 D | elf_builder.h | 188 class DataSection : public Section { class in ark::compiler::ElfBuilder [all...] |
Completed in 4 milliseconds