Searched refs:inlined_functions (Results 1 – 2 of 2) sorted by relevance
95 std::vector<Line> inlined_functions; member100 inlined_functions(std::move(inlines)) {} in Location()103 return std::tie(mapping_id, single_function_id, inlined_functions) == in operator ==()105 other.inlined_functions); in operator ==()127 for (auto line : loc.inlined_functions) { in operator ()()378 loc.inlined_functions.emplace_back(func_id, line.line_no); in PreprocessLocations()497 if (!loc.inlined_functions.empty()) { in WriteLocations()498 for (const auto& line : loc.inlined_functions) { in WriteLocations()
104 std::vector<std::unique_ptr<GraphFunction>> inlined_functions; in inlineFunctions() local131 inlined_functions.emplace_back(std::move(inlined_func)); in inlineFunctions()133 return inlined_functions; in inlineFunctions()