Home
last modified time | relevance | path

Searched defs:AddSymbol (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp105 void MIRModule::AddSymbol(StIdx stIdx) in AddSymbol() function in maple::MIRModule
114 void MIRModule::AddSymbol(const MIRSymbol *s) in AddSymbol() function in maple::MIRModule
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dobj_emit.cpp143 void ObjEmitter::AddSymbol(const std::string &name, Word size, const Section &section, Address valu… in AddSymbol() function in maplebe::ObjEmitter
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h542 void ElfBuilder<ARCH, IS_JIT_MODE>::AddSymbol(const std::string &name, ElfWord size, const Section … in AddSymbol() function