Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp379 void init(Triple &TargetTriple, bool InstrumentWithCalls);
398 bool InstrumentWithCalls; member in __anon75deca650111::HWAddressSanitizer
579 InstrumentWithCalls = shouldInstrumentWithCalls(TargetTriple); in initializeModule()
585 Mapping.init(TargetTriple, InstrumentWithCalls); in initializeModule()
1050 if (InstrumentWithCalls) { in instrumentMemAccess()
1084 if (InstrumentWithCalls) { in tagAlloca()
1762 bool InstrumentWithCalls) { in init() argument
1776 } else if (ClEnableKhwasan || InstrumentWithCalls) { in init()