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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
H A DInstrumentation.h135 std::string InstrProfileOutput; member in struct:llvm::InstrProfOptions
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp627 Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput;
844 if (!CodeGenOpts.InstrProfileOutput.empty())
845 PMBuilder.PGOInstrGen = CodeGenOpts.InstrProfileOutput;
1205 PGOOpt = PGOOptions(CodeGenOpts.InstrProfileOutput.empty()
1207 : CodeGenOpts.InstrProfileOutput,
1243 PGOOpt->CSProfileGenFile = CodeGenOpts.InstrProfileOutput.empty()
1245 : CodeGenOpts.InstrProfileOutput;
1249 CodeGenOpts.InstrProfileOutput.empty()
1251 : CodeGenOpts.InstrProfileOutput,
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h233 std::string InstrProfileOutput; member in class:clang::CodeGenOptions
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp1160 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { argument
1161 if (InstrProfileOutput.empty())
1164 ConstantDataArray::getString(M.getContext(), InstrProfileOutput, true);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp457 : ModulePass(ID), InstrProfileOutput(CSInstrName) {
464 createProfileFileNameVar(M, InstrProfileOutput);
468 std::string InstrProfileOutput; member in class:__anon2895::PGOInstrumentationGenCreateVarLegacyPass
H A DInstrProfiling.cpp1140 createProfileFileNameVar(*M, Options.InstrProfileOutput);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp367 Options.InstrProfileOutput = PGOInstrGen;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h1148 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp927 Options.InstrProfileOutput = ProfileFile;
952 Options.InstrProfileOutput = ProfileFile;

Completed in 319 milliseconds