HomeSort by relevance Sort by last modified time
    Searched defs:Instrumentor (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.h 438 Instrumentor = std::move(Instr);
442 if (!BuildDefs::minimal() && Instrumentor)
443 Instrumentor->instrumentFunc(Func);
576 // If Instrumentor is not empty then it will be used to instrument globals and
578 std::unique_ptr<Instrumentation> Instrumentor = nullptr;
623 if (!BuildDefs::minimal() && Instrumentor != nullptr)
624 Instrumentor->setHasSeenGlobals();
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 397 CodeGenOptions::ProfileInstrKind Instrumentor =
399 Opts.setProfileInstr(Instrumentor);
    [all...]

Completed in 75 milliseconds