Searched refs:DumpPathStem (Results 1 – 1 of 1) sorted by relevance
319 std::string DumpPathStem; in operator ()() local320 raw_string_ostream(DumpPathStem) in operator ()()323 std::string DumpPath = DumpPathStem + ".o"; in operator ()()326 raw_string_ostream(DumpPath) << DumpPathStem << "." << (++Idx) << ".o"; in operator ()()