Searched refs:inlined_functions (Results 1 – 1 of 1) sorted by relevance
102 std::vector<Line> inlined_functions; member107 inlined_functions(std::move(inlines)) {} in Location()110 return std::tie(mapping_id, single_function_id, inlined_functions) == in operator ==()112 other.inlined_functions); in operator ==()134 for (auto line : loc.inlined_functions) { in operator ()()390 loc.inlined_functions.emplace_back(func_id, line.line_no); in PreprocessLocations()507 if (!loc.inlined_functions.empty()) { in WriteLocations()508 for (const auto& line : loc.inlined_functions) { in WriteLocations()