Searched refs:InstrumentWithCalls (Results 1 – 2 of 2) sorted by relevance
366 void init(Triple &TargetTriple, bool InstrumentWithCalls);384 bool InstrumentWithCalls; member in __anone00de11f0111::HWAddressSanitizer556 InstrumentWithCalls = shouldInstrumentWithCalls(TargetTriple); in initializeModule()562 Mapping.init(TargetTriple, InstrumentWithCalls); in initializeModule()962 if (InstrumentWithCalls) { in instrumentMemAccess()987 if (InstrumentWithCalls) { in tagAlloca()1688 bool InstrumentWithCalls) { in init() argument1702 } else if (ClEnableKhwasan || InstrumentWithCalls) { in init()
1183 void materializeStores(bool InstrumentWithCalls) { in materializeStores()1205 OriginAlignment, InstrumentWithCalls); in materializeStores()1259 void materializeChecks(bool InstrumentWithCalls) { in materializeChecks()1264 materializeOneCheck(OrigIns, Shadow, Origin, InstrumentWithCalls); in materializeChecks()1325 bool InstrumentWithCalls = ClInstrumentationWithCallThreshold >= 0 && in runOnFunction() local1330 materializeChecks(InstrumentWithCalls); in runOnFunction()1334 materializeStores(InstrumentWithCalls); in runOnFunction()