Searched refs:DwoFile (Results 1 – 1 of 1) sorted by relevance
373 SmallString<1024> DwoFile(Conf.SplitDwarfOutput); in codegen() local380 DwoFile = Conf.DwoDir; in codegen()381 sys::path::append(DwoFile, std::to_string(Task) + ".dwo"); in codegen()382 TM->Options.MCOptions.SplitDwarfFile = std::string(DwoFile); in codegen()386 if (!DwoFile.empty()) { in codegen()388 DwoOut = std::make_unique<ToolOutputFile>(DwoFile, EC, sys::fs::OF_None); in codegen()390 report_fatal_error(Twine("Failed to open ") + DwoFile + ": " + in codegen()