reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/BackendUtil.cpp
  537   Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput;
  722     if (!CodeGenOpts.InstrProfileOutput.empty())
  723       PMBuilder.PGOInstrGen = CodeGenOpts.InstrProfileOutput;
 1019     PGOOpt = PGOOptions(CodeGenOpts.InstrProfileOutput.empty()
 1021                             : CodeGenOpts.InstrProfileOutput,
 1052       PGOOpt->CSProfileGenFile = CodeGenOpts.InstrProfileOutput.empty()
 1054                                      : CodeGenOpts.InstrProfileOutput;
 1058                           CodeGenOpts.InstrProfileOutput.empty()
 1060                               : CodeGenOpts.InstrProfileOutput,
 1446     Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput);
tools/clang/lib/Frontend/CompilerInvocation.cpp
  834   Opts.InstrProfileOutput =