Searched refs:SplitDwarfOutput (Results 1 – 8 of 8) sorted by relevance
102 std::string SplitDwarfOutput; member264 Opts.SplitDwarfOutput = in CreateFromArgs()378 if (!Opts.SplitDwarfOutput.empty()) in ExecuteAssembler()379 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssembler()539 if (!Opts.SplitDwarfOutput.empty() && Opts.SplitDwarfOutput != "-") in ExecuteAssembler()540 sys::fs::remove(Opts.SplitDwarfOutput); in ExecuteAssembler()
103 std::string SplitDwarfOutput; member
113 std::string SplitDwarfOutput; member
981 if (!CodeGenOpts.SplitDwarfOutput.empty()) { in EmitAssembly()982 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in EmitAssembly()1389 if (!CodeGenOpts.SplitDwarfOutput.empty()) { in EmitAssemblyWithNewPassManager()1390 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in EmitAssemblyWithNewPassManager()1492 Conf.SplitDwarfOutput = CGOpts.SplitDwarfOutput; in runThinLTOBackend()
209 std::string SplitDwarfOutput; variable
343 SmallString<1024> DwoFile(Conf.SplitDwarfOutput); in codegen()
408 SmallString<1024> DwoFile(Conf.SplitDwarfOutput); in codegen()
916 Opts.SplitDwarfOutput = in ParseCodeGenArgs()