Searched refs:Instrumented (Results 1 – 5 of 5) sorted by relevance
101 # Instrumented tests.107 # Instrumented loadable module objects.112 # Instrumented loadable library tests.
62 uint32_t ToNodeID, bool Instrumented);
144 bool Instrumented) { in createEdgeDescription() argument157 ED.Counter = Instrumented ? Summary->Counters.size() : 0xffffffff; in createEdgeDescription()158 if (Instrumented) in createEdgeDescription()161 return Instrumented; in createEdgeDescription()
18 # Instrumented program needs to finish returning zero
701 bool suppressInstrumentationSiteForDebug(int &Instrumented);2615 bool AddressSanitizer::suppressInstrumentationSiteForDebug(int &Instrumented) { in suppressInstrumentationSiteForDebug() argument2618 (Instrumented >= ClDebugMin && Instrumented <= ClDebugMax); in suppressInstrumentationSiteForDebug()2619 Instrumented++; in suppressInstrumentationSiteForDebug()