Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCodeGenOptions.h164 std::string ProfileInstrumentUsePath; variable
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h235 std::string ProfileInstrumentUsePath; variable
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp827 PMBuilder.PGOInstrUse = CodeGenOpts.ProfileInstrumentUsePath; in CreatePasses()
1093 PGOOpt = PGOOptions(CodeGenOpts.ProfileInstrumentUsePath, "", in EmitAssemblyWithNewPassManager()
1481 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()
DCodeGenModule.cpp165 CodeGenOpts.ProfileInstrumentUsePath, CodeGenOpts.ProfileRemappingFile); in CodeGenModule()
170 getDiags().Report(DiagID) << CodeGenOpts.ProfileInstrumentUsePath in CodeGenModule()
/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()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1003 Opts.ProfileInstrumentUsePath = in ParseCodeGenArgs()
1005 if (!Opts.ProfileInstrumentUsePath.empty()) in ParseCodeGenArgs()
1006 setPGOUseInstrumentor(Opts, Opts.ProfileInstrumentUsePath); in ParseCodeGenArgs()