Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp615 void Context::AddAnnotationImpl(AddAnnotationImplData<T> ad, Getter getter, Adder adder) in AddAnnotationImpl() function in ark::static_linker::Context
638 deferredFailedAnnotations_.emplace_back([=]() { AddAnnotationImpl<T>(ad, getter, adder); }); in AddAnnotationImpl()
648 AddAnnotationImpl( in TransferAnnotations()
651 AddAnnotationImpl( in TransferAnnotations()
654 AddAnnotationImpl( in TransferAnnotations()
657 AddAnnotationImpl( in TransferAnnotations()
Dlinker_context.h221 void AddAnnotationImpl(AddAnnotationImplData<T> ad, Getter getter, Adder adder);