Searched defs:StringSection (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 | 196 class StringSection : public DataSection { class 198 StringSection(const std::string &name, Word type, Xword flags, Xword align) : DataSection(name, type, flags, align) in StringSection() function in assembler::StringSection
|
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/ |
H A D | jit_dump_elf.h | 301 class StringSection : public DataSection { class 303 StringSection(const std::string &name, maplebe::Word type, maplebe::Xword flags, maplebe::Xword align) in StringSection() function in panda::ecmascript::StringSection
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | ifile.h | 330 class StringSection : public DataSection { class 332 StringSection(const std::string &name, Word type, Word flags, Word align, ObjEmitter &emitter, MemPool &memPool) in StringSection() function in maplebe::StringSection
|
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
H A D | elf_builder.h | 254 class StringSection : public DataSection { class in ark::compiler::ElfBuilder 256 StringSection(ElfBuilder &builder, const std::string &name, ElfWord flags, ElfWord align) in StringSection() function in ark::compiler::ElfBuilder::StringSection
|
Completed in 5 milliseconds