Searched refs:GetTopLevelFunctions (Results 1 – 5 of 5) sorted by relevance
129 std::vector<core::Function> GetTopLevelFunctions() const;
69 inline std::vector<core::Function> Module::GetTopLevelFunctions() const in GetTopLevelFunctions() function
50 for (auto &function : module.GetTopLevelFunctions()) { in FindRunFunc()
108 abckit::mock::helpers::GetMockCoreModule(f).GetTopLevelFunctions(); in TEST_F()
46 for (auto &function : module.GetTopLevelFunctions()) { in GetAllFunctions()