Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp921 SmallString<128> TaskFilename; in createLTO() local
922 getOutputFileName(output_name, /* TempOutFile */ false, TaskFilename, in createLTO()
924 raw_fd_ostream OS(TaskFilename, EC, sys::fs::OpenFlags::OF_None); in createLTO()