Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstrumentation.h134 std::string InstrProfileOutput; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp130 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()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h288 std::string InstrProfileOutput; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1540 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() argument
1541 if (InstrProfileOutput.empty()) in createProfileFileNameVar()
1544 ConstantDataArray::getString(M.getContext(), InstrProfileOutput, true); in createProfileFileNameVar()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp870 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPasses()
904 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPassesForO0()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1354 LLVM_ABI void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp2120 createProfileFileNameVar(M, Options.InstrProfileOutput); in emitInitialization()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7876 MarshallingInfoString<CodeGenOpts<"InstrProfileOutput">>;