Searched refs:annotation_elem_name (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/abc2program/ |
H A D | abc_annotation_processor.cpp | 51 const std::string &annotation_elem_name, uint32_t value) in FillLiteralArrayAnnotation() 59 annotation_elem_name, std::make_unique<pandasm::ScalarValue>( in FillLiteralArrayAnnotation() 68 auto annotation_elem_name = GetStringById(annotation_data_accessor_elem.GetNameId()); in FillAnnotationElements() local 74 annotation_elem_name, std::make_unique<pandasm::ScalarValue>( in FillAnnotationElements() 82 annotation_elem_name, std::make_unique<pandasm::ScalarValue>( in FillAnnotationElements() 90 annotation_elem_name, std::make_unique<pandasm::ScalarValue>( in FillAnnotationElements() 100 annotation_elem_name, std::make_unique<pandasm::ScalarValue>( in FillAnnotationElements() 107 FillLiteralArrayAnnotation(elements, annotation_elem_name, value); in FillAnnotationElements() 50 FillLiteralArrayAnnotation(std::vector<pandasm::AnnotationElement> &elements, const std::string &annotation_elem_name, uint32_t value) FillLiteralArrayAnnotation() argument
|
H A D | abc_annotation_processor.h | 36 const std::string &annotation_elem_name, uint32_t value);
|
/arkcompiler/runtime_core/assembler/ |
H A D | annotation.cpp | 262 void AnnotationData::DeleteAnnotationElementByName(const std::string_view &annotation_elem_name) in DeleteAnnotationElementByName() argument 266 return annotation_element.GetName() == annotation_elem_name; in DeleteAnnotationElementByName()
|
H A D | meta.h | 211 void DeleteAnnotationElementByName(std::string_view annotation_name, std::string_view annotation_elem_name) in DeleteAnnotationElementByName() argument 218 annotation_iter->DeleteAnnotationElementByName(annotation_elem_name); in DeleteAnnotationElementByName()
|
H A D | annotation.h | 64 void DeleteAnnotationElementByName(const std::string_view &annotation_elem_name);
|
Completed in 5 milliseconds