Searched refs:Instrumentor (Results 1 – 4 of 4) sorted by relevance
372 Instrumentor = std::move(Instr); in setInstrumentation()376 if (!BuildDefs::minimal() && Instrumentor) in instrumentFunc()377 Instrumentor->instrumentFunc(Func); in instrumentFunc()502 std::unique_ptr<Instrumentation> Instrumentor = nullptr; variable544 if (!BuildDefs::minimal() && Instrumentor != nullptr) in accumulateGlobals()545 Instrumentor->setHasSeenGlobals(); in accumulateGlobals()
500 if (!BuildDefs::minimal() && Instrumentor) in lowerGlobals()501 Instrumentor->instrumentGlobals(Globals); in lowerGlobals()
397 CodeGenOptions::ProfileInstrKind Instrumentor = in setPGOInstrumentor() local399 Opts.setProfileInstr(Instrumentor); in setPGOInstrumentor()
787 auto Instrumentor = static_cast<CodeGenOptions::ProfileInstrKind>(I); in setPGOInstrumentor() local788 Opts.setProfileInstr(Instrumentor); in setPGOInstrumentor()