Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp366 void init(Triple &TargetTriple, bool InstrumentWithCalls);
384 bool InstrumentWithCalls; member in __anone00de11f0111::HWAddressSanitizer
556 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() argument
1702 } else if (ClEnableKhwasan || InstrumentWithCalls) { in init()
H A DMemorySanitizer.cpp1183 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() local
1330 materializeChecks(InstrumentWithCalls); in runOnFunction()
1334 materializeStores(InstrumentWithCalls); in runOnFunction()