Home
last modified time | relevance | path

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 Delf_file.h196 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 Djit_dump_elf.h301 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 Difile.h330 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 Delf_builder.h254 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