Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp273 void init(Triple &TargetTriple, bool InstrumentWithCalls);
290 bool InstrumentWithCalls; member in __anon4587ec1a0111::HWAddressSanitizer
491 InstrumentWithCalls = UsePageAliases ? true : ClInstrumentWithCalls; in initializeModule()
494 Mapping.init(TargetTriple, InstrumentWithCalls); in initializeModule()
864 if (InstrumentWithCalls) { in instrumentMemAccess()
899 if (InstrumentWithCalls) { in tagAlloca()
1535 bool InstrumentWithCalls) { in init() argument
1547 } 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()