Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp315 void init(Triple &TargetTriple, bool InstrumentWithCalls);
332 bool InstrumentWithCalls; member in __anonb30972230111::HWAddressSanitizer
567 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() argument
1677 } else if (ClEnableKhwasan || InstrumentWithCalls) { in init()
H A DMemorySanitizer.cpp1196 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() local
1343 materializeChecks(InstrumentWithCalls); in runOnFunction()
1347 materializeStores(InstrumentWithCalls); in runOnFunction()