Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp403 void init(Triple &TargetTriple, bool InstrumentWithCalls);
422 bool InstrumentWithCalls; member in __anon1b7bdbef0111::HWAddressSanitizer
602 InstrumentWithCalls = shouldInstrumentWithCalls(TargetTriple); in initializeModule()
608 Mapping.init(TargetTriple, InstrumentWithCalls); in initializeModule()
1107 if (InstrumentWithCalls) { in instrumentMemAccess()
1141 if (InstrumentWithCalls) { in tagAlloca()
1851 bool InstrumentWithCalls) { in init() argument
1865 } else if (ClEnableKhwasan || InstrumentWithCalls) { in init()