OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Instrumentor
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceGlobalContext.h
375
Instrumentor
= std::move(Instr);
379
if (!BuildDefs::minimal() &&
Instrumentor
)
380
Instrumentor
->instrumentFunc(Func);
507
// If
Instrumentor
is not empty then it will be used to instrument globals and
509
std::unique_ptr<Instrumentation>
Instrumentor
= nullptr;
554
if (!BuildDefs::minimal() &&
Instrumentor
!= nullptr)
555
Instrumentor
->setHasSeenGlobals();
/external/clang/lib/Frontend/
CompilerInvocation.cpp
397
CodeGenOptions::ProfileInstrKind
Instrumentor
=
399
Opts.setProfileInstr(
Instrumentor
);
[
all
...]
Completed in 55 milliseconds