Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
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
D
elf_file.h
200
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
D
jit_dump_elf.cpp
96
section->SetSectionHeaderNameIndex(static_cast<maplebe::Word>(strTabSection->
AddString
(section->GetName())));
in LayoutSections()
156
auto nameIndex = strTabSection->
AddString
(symbolName);
in AppendSymbolToSymTab()
H
A
D
jit_dump_elf.h
306
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
D
aot_builder.cpp
78
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
D
elf_builder.h
259
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
D
ifile.h
335
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
D
obj_emit.h
480
return name.empty() ? 0 : shStrSection->
AddString
(name);
in AddSectionName()
/arkcompiler/runtime_core/static_core/compiler/tools/debug/
H
A
D
jit_writer.cpp
70
fileHeader.fileNameStr =
AddString
("jit_code");
in Start()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H
A
D
elf_assembler.cpp
106
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
D
obj_emit.cpp
157
auto symbolStrIndex = strTabSection->
AddString
(name);
in AddFuncSymbol()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_obj_emitter.cpp
250
section->SetSectionHeaderNameIndex(static_cast<Word>(shStrSection->
AddString
(section->GetName())));
in LayoutSections()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
global_env_constants.h
556
V(
AddString
, ADD_INDEX, "add") \
Completed in 16 milliseconds