Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp106 void MIRModule::AddSymbol(StIdx stIdx) in AddSymbol() function in maple::MIRModule
115 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.cpp155 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/libllvmbackend/object_code/
Dcode_info_producer.cpp53 void CodeInfoProducer::AddSymbol(Method *method, StackMapSymbol symbol) in AddSymbol() function in ark::llvmbackend::CodeInfoProducer
/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