Home
last modified time | relevance | path

Searched refs:AddAnnotationElement (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/disassembler/
Ddisassembler.h99 void AddAnnotationElement(pandasm::Function &method, const std::string &annotation_name,
Ddisassembler.cpp561 AddAnnotationElement(method, ann_name, ann_elem_index, ann_elem_value); in CreateAnnotationElement()
566 void Disassembler::AddAnnotationElement(pandasm::Function &method, const std::string &annotation_na… in AddAnnotationElement() function in panda::disasm::Disassembler