Searched refs:InstrProfileInput (Results 1 – 3 of 3) sorted by relevance
161 std::string InstrProfileInput; variable
143 if (!CodeGenOpts.InstrProfileInput.empty()) { in CodeGenModule()145 llvm::IndexedInstrProfReader::create(CodeGenOpts.InstrProfileInput); in CodeGenModule()
435 Opts.InstrProfileInput = Args.getLastArgValue(OPT_fprofile_instr_use_EQ); in ParseCodeGenArgs()