Searched refs:UseCalls (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 693 InterestingMemoryOperand &O, bool UseCalls, 716 Value *SizeArgument, bool UseCalls, 1515 Value *SizeArgument, bool UseCalls, in doInstrumentAddress() argument 1542 Value *SizeArgument, bool UseCalls, uint32_t Exp) { in instrumentMaskedLoadOrStore() argument 1651 UseCalls, Exp); in instrumentMop() 1768 if (UseCalls && ClOptimizeCallbacks) { in instrumentAddress() 1779 if (UseCalls) { in instrumentAddress() 1844 bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) { in instrumentUnusualSizeOrAlignment() argument 1850 if (UseCalls) { in instrumentUnusualSizeOrAlignment() 2948 bool UseCalls = (InstrumentationWithCallsThreshold >= 0 && in instrumentFunction() local [all …]
|