Searched refs:UseCalls (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 679 InterestingMemoryOperand &O, bool UseCalls, 1389 Value *SizeArgument, bool UseCalls, in doInstrumentAddress() argument 1397 nullptr, UseCalls, Exp); in doInstrumentAddress() 1437 UseCalls, Exp); in instrumentMaskedLoadOrStore() 1488 O.IsWrite, nullptr, UseCalls, Exp); in instrumentMop() 1581 if (UseCalls && ClOptimizeCallbacks) { in instrumentAddress() 1592 if (UseCalls) { in instrumentAddress() 1647 bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) { in instrumentUnusualSizeOrAlignment() argument 1651 if (UseCalls) { in instrumentUnusualSizeOrAlignment() 2720 bool UseCalls = (ClInstrumentationWithCallsThreshold >= 0 && in instrumentFunction() local [all …]
|