Home
last modified time | relevance | path

Searched defs:AnnotationData (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
H A DannotationProto.h25 class AnnotationData { class
/arkcompiler/runtime_core/assembler/
H A Dannotation.h35 class AnnotationData { class
37 AnnotationData(const std::string_view &record_name, std::vector<AnnotationElement> elements) in AnnotationData() function in panda::pandasm::AnnotationData
42 explicit AnnotationData(const std::string_view &record_name) : record_name_(record_name) {} in AnnotationData() function in panda::pandasm::AnnotationData
/arkcompiler/runtime_core/static_core/assembler/
H A Dannotation.h35 class AnnotationData { class
37 AnnotationData(std::string_view recordName, std::vector<AnnotationElement> elements) in AnnotationData() function in ark::pandasm::AnnotationData
42 explicit AnnotationData(std::string_view recordName) : recordName_(recordName) {} in AnnotationData() function in ark::pandasm::AnnotationData

Completed in 3 milliseconds