Searched refs:raw_functions (Results 1 – 1 of 1) sorted by relevance
1052 std::vector<SharedFunctionInfo*> raw_functions; in GetFunctions() local1053 GetFunctions(&raw_functions); in GetFunctions()1054 for (const auto& raw_function : raw_functions) { in GetFunctions()