Home
last modified time | relevance | path

Searched refs:annotationInterfaceGetModule (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libabckit/include/cpp/headers/core/
Dannotation_interface_impl.h63 auto mod = GetApiConfig()->cIapi_->annotationInterfaceGetModule(GetView()); in GetModule()
/arkcompiler/runtime_core/libabckit/tests/null_args_tests/
Dnull_args_tests_InspectApiImpl_0.cpp144 TEST_F(LibAbcKitNullptrTestsInspectApiImpl0, annotationInterfaceGetModule) in TEST_F() argument
146 helpers_nullptr::TestNullptr(g_inspectApiImp->annotationInterfaceGetModule); in TEST_F()
/arkcompiler/runtime_core/libabckit/include/c/
Dmetadata_core.h1010 AbckitCoreModule *(*annotationInterfaceGetModule)(AbckitCoreAnnotationInterface *ai); member
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/annotations/
Dannotations_test.cpp252 auto curModule = g_implI->annotationInterfaceGetModule(annoI); in ProcessModule()