Searched refs:InstrProfileOutput (Results 1 – 8 of 8) sorted by relevance
134 std::string InstrProfileOutput; member
130 std::string FileName = CodeGenOpts.InstrProfileOutput.empty() in getProfileGenName()132 : CodeGenOpts.InstrProfileOutput; in getProfileGenName()559 Options.InstrProfileOutput = CodeGenOpts.ContinuousProfileSync in getInstrProfOptions()560 ? ("%c" + CodeGenOpts.InstrProfileOutput) in getInstrProfOptions()561 : CodeGenOpts.InstrProfileOutput; in getInstrProfOptions()
288 std::string InstrProfileOutput; variable
1540 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() argument1541 if (InstrProfileOutput.empty()) in createProfileFileNameVar()1544 ConstantDataArray::getString(M.getContext(), InstrProfileOutput, true); in createProfileFileNameVar()
870 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPasses()904 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPassesForO0()
1354 LLVM_ABI void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
2120 createProfileFileNameVar(M, Options.InstrProfileOutput); in emitInitialization()
7876 MarshallingInfoString<CodeGenOpts<"InstrProfileOutput">>;