Home
last modified time | relevance | path

Searched refs:Instrumentor (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h372 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; variable
544 if (!BuildDefs::minimal() && Instrumentor != nullptr) in accumulateGlobals()
545 Instrumentor->setHasSeenGlobals(); in accumulateGlobals()
DIceGlobalContext.cpp500 if (!BuildDefs::minimal() && Instrumentor) in lowerGlobals()
501 Instrumentor->instrumentGlobals(Globals); in lowerGlobals()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp397 CodeGenOptions::ProfileInstrKind Instrumentor = in setPGOInstrumentor() local
399 Opts.setProfileInstr(Instrumentor); in setPGOInstrumentor()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp787 auto Instrumentor = static_cast<CodeGenOptions::ProfileInstrKind>(I); in setPGOInstrumentor() local
788 Opts.setProfileInstr(Instrumentor); in setPGOInstrumentor()