Searched refs:Instrumentor (Results 1 – 2 of 2) 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()