Searched defs:InstrumentWithCalls (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp754 void materializeStores(bool InstrumentWithCalls) { argument
775 InstrumentWithCalls);
831 void materializeChecks(bool InstrumentWithCalls) { argument
836 materializeOneCheck(OrigIns, Shadow, Origin, InstrumentWithCalls);
871 bool InstrumentWithCalls = ClInstrumentationWithCallThreshold >= 0 && local
877 materializeStores(InstrumentWithCalls);
880 materializeChecks(InstrumentWithCalls);

Completed in 124 milliseconds