Home
last modified time | relevance | path

Searched refs:AddString (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Delf_file.h200 AddString("\0"); in StringSection()
205 size_t AddString(const std::string &str) in AddString() function in assembler::StringSection
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
H A Djit_dump_elf.cpp96 section->SetSectionHeaderNameIndex(static_cast<maplebe::Word>(strTabSection->AddString(section->GetName()))); in LayoutSections()
156 auto nameIndex = strTabSection->AddString(symbolName); in AppendSymbolToSymTab()
H A Djit_dump_elf.h306 AddString("\0"); in StringSection()
311 size_t AddString(const std::string &str) in AddString() function in panda::ecmascript::StringSection
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Daot_builder.cpp78 fileHeader.fileNameStr = AddString(name); in StartFile()
141 aotHeader_.fileNameStr = AddString(fileName); in FillHeader()
142 aotHeader_.cmdlineStr = AddString(cmdline); in FillHeader()
145 aotHeader_.classCtxStr = AddString(classCtx_); in FillHeader()
H A Delf_builder.h259 AddString("\0"); // NOLINT(bugprone-string-literal-with-embedded-nul)
262 ElfWord AddString(const std::string &str) in AddString() function in ark::compiler::ElfBuilder::StringSection
303 return name.empty() ? 0 : shstrtabSection_.AddString(name); in AddSectionName()
549 auto nameIdx = dynstrSection_.AddString(name); in AddSymbol()
589 auto soname = dynstrSection_.AddString(fileName); in ConstructDynamicSection()
1158 size_t AddString(const std::string &str) in AddString() function in ElfWriter
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Difile.h335 AddString("\0"); in StringSection()
340 size_t AddString(const std::string &str) in AddString() function in maplebe::StringSection
347 size_t AddString(const MapleString &str) in AddString() function in maplebe::StringSection
H A Dobj_emit.h480 return name.empty() ? 0 : shStrSection->AddString(name); in AddSectionName()
/arkcompiler/runtime_core/static_core/compiler/tools/debug/
H A Djit_writer.cpp70 fileHeader.fileNameStr = AddString("jit_code"); in Start()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Delf_assembler.cpp106 auto nameIndex = strTabSection->AddString(symbolName); in EmitBssSectionVar()
113 auto nameIndex = strTabSection->AddString(symbolName); in EmitBssSectionVar()
180 auto nameIndex = strTabSection->AddString(symbolName); in EmitFunctionFoot()
298 auto index = strTabSection->AddString(symbolName); in PostEmitVariable()
303 auto index = strTabSection->AddString(symbolName); in PostEmitVariable()
671 section->SetSectionHeaderNameIndex(static_cast<Word>(strTabSection->AddString(section->GetName()))); in LayoutSections()
1002 auto nameIndex = strTabSection->AddString(section->GetName()); in AppendSecSymsToSymTabSec()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dobj_emit.cpp157 auto symbolStrIndex = strTabSection->AddString(name); in AddFuncSymbol()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_obj_emitter.cpp250 section->SetSectionHeaderNameIndex(static_cast<Word>(shStrSection->AddString(section->GetName()))); in LayoutSections()
/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_env_constants.h556 V(AddString, ADD_INDEX, "add") \

Completed in 16 milliseconds