Home
last modified time | relevance | path

Searched refs:InstrProfileInput (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCodeGenOptions.h156 std::string InstrProfileInput; variable
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp143 if (!CodeGenOpts.InstrProfileInput.empty()) { in CodeGenModule()
145 CodeGenOpts.InstrProfileInput, PGOReader)) { in CodeGenModule()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp423 Opts.InstrProfileInput = Args.getLastArgValue(OPT_fprofile_instr_use_EQ); in ParseCodeGenArgs()