Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1145 void materializeStores(bool InstrumentWithCalls) { in materializeStores()
1167 OriginAlignment, InstrumentWithCalls); in materializeStores()
1228 void materializeChecks(bool InstrumentWithCalls) { in materializeChecks()
1233 materializeOneCheck(OrigIns, Shadow, Origin, InstrumentWithCalls); in materializeChecks()
1288 bool InstrumentWithCalls = ClInstrumentationWithCallThreshold >= 0 && in runOnFunction() local
1293 materializeChecks(InstrumentWithCalls); in runOnFunction()
1297 materializeStores(InstrumentWithCalls); in runOnFunction()