Searched refs:InstrProfileOutput (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h133 std::string InstrProfileOutput; member in struct:llvm::InstrProfOptions
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp567 Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput;
772 if (!CodeGenOpts.InstrProfileOutput.empty())
773 PMBuilder.PGOInstrGen = CodeGenOpts.InstrProfileOutput;
1097 PGOOpt = PGOOptions(CodeGenOpts.InstrProfileOutput.empty()
1099 : CodeGenOpts.InstrProfileOutput,
1130 PGOOpt->CSProfileGenFile = CodeGenOpts.InstrProfileOutput.empty()
1132 : CodeGenOpts.InstrProfileOutput;
1136 CodeGenOpts.InstrProfileOutput.empty()
1138 : CodeGenOpts.InstrProfileOutput,
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h229 std::string InstrProfileOutput; member in class:clang::CodeGenOptions
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1155 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { argument
1156 if (InstrProfileOutput.empty())
1159 ConstantDataArray::getString(M.getContext(), InstrProfileOutput, true);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp420 : ModulePass(ID), InstrProfileOutput(CSInstrName) {
427 createProfileFileNameVar(M, InstrProfileOutput);
431 std::string InstrProfileOutput; member in class:__anon4590::PGOInstrumentationGenCreateVarLegacyPass
H A DInstrProfiling.cpp1090 createProfileFileNameVar(*M, Options.InstrProfileOutput);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp343 Options.InstrProfileOutput = PGOInstrGen;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1144 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp795 Options.InstrProfileOutput = ProfileFile;
820 Options.InstrProfileOutput = ProfileFile;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp877 Opts.InstrProfileOutput =

Completed in 113 milliseconds