Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp654 InterestingMemoryOperand &O, bool UseCalls,
1551 Value *SizeArgument, bool UseCalls, in doInstrumentAddress() argument
1559 nullptr, UseCalls, Exp); in doInstrumentAddress()
1570 bool UseCalls, uint32_t Exp) { in instrumentMaskedLoadOrStore() argument
1600 UseCalls, Exp); in instrumentMaskedLoadOrStore()
1651 O.IsWrite, nullptr, UseCalls, Exp); in instrumentMop()
1744 if (UseCalls) { in instrumentAddress()
1799 bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) { in instrumentUnusualSizeOrAlignment() argument
1803 if (UseCalls) { in instrumentUnusualSizeOrAlignment()
2866 bool UseCalls = (ClInstrumentationWithCallsThreshold >= 0 && in instrumentFunction() local
[all …]