Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp685 void materializeStores(bool InstrumentWithCalls) { in materializeStores()
706 InstrumentWithCalls); in materializeStores()
762 void materializeChecks(bool InstrumentWithCalls) { in materializeChecks()
767 materializeOneCheck(OrigIns, Shadow, Origin, InstrumentWithCalls); in materializeChecks()
802 bool InstrumentWithCalls = ClInstrumentationWithCallThreshold >= 0 && in runOnFunction() local
808 materializeStores(InstrumentWithCalls); in runOnFunction()
811 materializeChecks(InstrumentWithCalls); in runOnFunction()