Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp381 SmallString<1024> DwoFile(Conf.SplitDwarfOutput); in codegen() local
388 DwoFile = Conf.DwoDir; in codegen()
389 sys::path::append(DwoFile, std::to_string(Task) + ".dwo"); in codegen()
390 TM->Options.MCOptions.SplitDwarfFile = std::string(DwoFile); in codegen()
394 if (!DwoFile.empty()) { in codegen()
396 DwoOut = std::make_unique<ToolOutputFile>(DwoFile, EC, sys::fs::OF_None); in codegen()
398 report_fatal_error(Twine("Failed to open ") + DwoFile + ": " + in codegen()