Home
last modified time | relevance | path

Searched refs:Instrumented (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A DCMakeLists.txt101 # Instrumented tests.
107 # Instrumented loadable module objects.
112 # Instrumented loadable library tests.
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DInstrumentation.h62 uint32_t ToNodeID, bool Instrumented);
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp144 bool Instrumented) { in createEdgeDescription() argument
157 ED.Counter = Instrumented ? Summary->Counters.size() : 0xffffffff; in createEdgeDescription()
158 if (Instrumented) in createEdgeDescription()
161 return Instrumented; in createEdgeDescription()
/llvm-project-15.0.7/bolt/test/runtime/X86/
H A Dinstrumentation-ind-calls.s18 # Instrumented program needs to finish returning zero
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp701 bool suppressInstrumentationSiteForDebug(int &Instrumented);
2615 bool AddressSanitizer::suppressInstrumentationSiteForDebug(int &Instrumented) { in suppressInstrumentationSiteForDebug() argument
2618 (Instrumented >= ClDebugMin && Instrumented <= ClDebugMax); in suppressInstrumentationSiteForDebug()
2619 Instrumented++; in suppressInstrumentationSiteForDebug()