Searched refs:inlining_info (Results 1 – 1 of 1) sorted by relevance
324 std::unordered_map<int64_t, std::vector<PreprocessedInline>> inlining_info = in PreprocessLocations() local376 auto it = inlining_info.find(*symbol_set_id); in PreprocessLocations()377 if (it == inlining_info.end()) { in PreprocessLocations()