Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp314 std::string DumpPathStem; in operator ()() local
315 raw_string_ostream(DumpPathStem) in operator ()()
318 std::string DumpPath = DumpPathStem + ".o"; in operator ()()
321 raw_string_ostream(DumpPath) << DumpPathStem << "." << (++Idx) << ".o"; in operator ()()