Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/external/
Dpanda_file_external.h97 if (pQueryAllMethodSymsExt == nullptr) { in QueryAllMethodSyms()
100 pQueryAllMethodSymsExt(pfExt_, AppendMethodInfo, static_cast<void *>(&methodInfos)); in QueryAllMethodSyms()
113 static decltype(QueryAllMethodSymsExt) *pQueryAllMethodSymsExt;
Dpanda_file_support.cpp29 decltype(QueryAllMethodSymsExt) *PandaFileWrapper::pQueryAllMethodSymsExt = nullptr; member in panda_api::panda_file::PandaFileWrapper