Home
last modified time | relevance | path

Searched refs:ProfileInstrumentUsePath (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Frontend/
DCodeGenOptions.h164 std::string ProfileInstrumentUsePath; variable
/external/clang/lib/CodeGen/
DBackendUtil.cpp494 PMBuilder.PGOInstrUse = CodeGenOpts.ProfileInstrumentUsePath; in CreatePasses()
DCodeGenModule.cpp143 CodeGenOpts.ProfileInstrumentUsePath); in CodeGenModule()
148 getDiags().Report(DiagID) << CodeGenOpts.ProfileInstrumentUsePath in CodeGenModule()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp537 Opts.ProfileInstrumentUsePath = in ParseCodeGenArgs()
539 if (!Opts.ProfileInstrumentUsePath.empty()) in ParseCodeGenArgs()
540 setPGOUseInstrumentor(Opts, Opts.ProfileInstrumentUsePath); in ParseCodeGenArgs()