Home
last modified time | relevance | path

Searched refs:GetTopLevelFunctions (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libabckit/include/cpp/headers/core/
Dmodule.h129 std::vector<core::Function> GetTopLevelFunctions() const;
Dmodule_impl.h69 inline std::vector<core::Function> Module::GetTopLevelFunctions() const in GetTopLevelFunctions() function
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/add_try_catch/
Dadd_try_catch.cpp50 for (auto &function : module.GetTopLevelFunctions()) { in FindRunFunc()
/arkcompiler/runtime_core/libabckit/tests/mock/tests/core/
Dcpp_api_module.cpp108 abckit::mock::helpers::GetMockCoreModule(f).GetTopLevelFunctions(); in TEST_F()
/arkcompiler/runtime_core/libabckit/tests/cpp/tests/
Dcpp_test.cpp46 for (auto &function : module.GetTopLevelFunctions()) { in GetAllFunctions()