Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp374 SmallString<1024> DwoFile(Conf.SplitDwarfOutput); in codegen() local
381 DwoFile = Conf.DwoDir; in codegen()
382 sys::path::append(DwoFile, std::to_string(Task) + ".dwo"); in codegen()
383 TM->Options.MCOptions.SplitDwarfFile = std::string(DwoFile); in codegen()
387 if (!DwoFile.empty()) { in codegen()
389 DwoOut = std::make_unique<ToolOutputFile>(DwoFile, EC, sys::fs::OF_None); in codegen()
391 report_fatal_error(Twine("Failed to open ") + DwoFile + ": " + in codegen()