Home
last modified time | relevance | path

Searched refs:FullNameForProcedure (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A Dplugin.cpp20 std::string Plugin::FullNameForProcedure(std::string const &shortName) in FullNameForProcedure() function in ark::es2panda::util::Plugin
36 if (auto initRes = os::library_loader::ResolveSymbol(h_, FullNameForProcedure("Initialize")); initRes.HasValue()) {
40 if (auto apRes = os::library_loader::ResolveSymbol(h_, FullNameForProcedure("AfterParse")); apRes.HasValue()) {
44 if (auto acRes = os::library_loader::ResolveSymbol(h_, FullNameForProcedure("AfterCheck")); acRes.HasValue()) {
48 if (auto alRes = os::library_loader::ResolveSymbol(h_, FullNameForProcedure("AfterLowerings")); alRes.HasValue()) {
H A Dplugin.h72 std::string FullNameForProcedure(std::string const &shortName);

Completed in 2 milliseconds