Searched refs:InstrumentWithCalls (Results 1 – 2 of 2) sorted by relevance
315 void init(Triple &TargetTriple, bool InstrumentWithCalls);332 bool InstrumentWithCalls; member in __anonb30972230111::HWAddressSanitizer567 InstrumentWithCalls = shouldInstrumentWithCalls(TargetTriple); in initializeModule()572 Mapping.init(TargetTriple, InstrumentWithCalls); in initializeModule()943 if (InstrumentWithCalls) { in instrumentMemAccess()978 if (InstrumentWithCalls) { in tagAlloca()1663 bool InstrumentWithCalls) { in init() argument1677 } else if (ClEnableKhwasan || InstrumentWithCalls) { in init()
1196 void materializeStores(bool InstrumentWithCalls) { in materializeStores()1218 OriginAlignment, InstrumentWithCalls); in materializeStores()1272 void materializeChecks(bool InstrumentWithCalls) { in materializeChecks()1277 materializeOneCheck(OrigIns, Shadow, Origin, InstrumentWithCalls); in materializeChecks()1338 bool InstrumentWithCalls = ClInstrumentationWithCallThreshold >= 0 && in runOnFunction() local1343 materializeChecks(InstrumentWithCalls); in runOnFunction()1347 materializeStores(InstrumentWithCalls); in runOnFunction()