Searched refs:Instrumentor (Results 1 – 3 of 3) sorted by relevance
375 Instrumentor = std::move(Instr); in setInstrumentation()379 if (!BuildDefs::minimal() && Instrumentor) in instrumentFunc()380 Instrumentor->instrumentFunc(Func); in instrumentFunc()509 std::unique_ptr<Instrumentation> Instrumentor = nullptr; variable554 if (!BuildDefs::minimal() && Instrumentor != nullptr) in accumulateGlobals()555 Instrumentor->setHasSeenGlobals(); in accumulateGlobals()
519 if (!BuildDefs::minimal() && Instrumentor) in lowerGlobals()520 Instrumentor->instrumentGlobals(Globals); in lowerGlobals()
397 CodeGenOptions::ProfileInstrKind Instrumentor = in setPGOInstrumentor() local399 Opts.setProfileInstr(Instrumentor); in setPGOInstrumentor()