Home
last modified time | relevance | path

Searched refs:DumpPathStem (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp321 std::string DumpPathStem; in operator ()() local
322 raw_string_ostream(DumpPathStem) in operator ()()
325 std::string DumpPath = DumpPathStem + ".o"; in operator ()()
328 raw_string_ostream(DumpPath) << DumpPathStem << "." << (++Idx) << ".o"; in operator ()()