Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.h212 struct AddAnnotationImplData { struct
221 void AddAnnotationImpl(AddAnnotationImplData<T> ad, Getter getter, Adder adder); argument
Dlinker_context.cpp615 void Context::AddAnnotationImpl(AddAnnotationImplData<T> ad, Getter getter, Adder adder) in AddAnnotationImpl()
646 AddAnnotationImplData<T> data {reader, ni, oi, 0, 1}; in TransferAnnotations()