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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h125 std::string InstrProfileOutput; member in struct:llvm::InstrProfOptions
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp505 Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput;
755 CodeGenOpts.InstrProfileOutput.empty() ? getDefaultProfileGenName()
756 : CodeGenOpts.InstrProfileOutput,
800 PGOOpt->CSProfileGenFile = CodeGenOpts.InstrProfileOutput.empty()
802 : CodeGenOpts.InstrProfileOutput;
807 CodeGenOpts.InstrProfileOutput.empty()
809 : CodeGenOpts.InstrProfileOutput,
1233 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput);
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h276 std::string InstrProfileOutput; member in class:clang::CodeGenOptions
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1352 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { argument
1353 if (InstrProfileOutput.empty())
1356 ConstantDataArray::getString(M.getContext(), InstrProfileOutput, true);
/freebsd-current/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp808 Options.InstrProfileOutput = ProfileFile;
835 Options.InstrProfileOutput = ProfileFile;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1201 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1747 createProfileFileNameVar(M, Options.InstrProfileOutput);

Completed in 269 milliseconds