Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp691 InterestingMemoryOperand &O, bool UseCalls,
696 Value *SizeArgument, bool UseCalls, uint32_t Exp);
704 Value *SizeArgument, bool UseCalls,
1420 Value *SizeArgument, bool UseCalls, in doInstrumentAddress() argument
1428 nullptr, UseCalls, Exp); in doInstrumentAddress()
1430 IsWrite, nullptr, UseCalls, Exp); in doInstrumentAddress()
1439 bool UseCalls, uint32_t Exp) { in instrumentMaskedLoadOrStore() argument
1468 UseCalls, Exp); in instrumentMaskedLoadOrStore()
1473 InterestingMemoryOperand &O, bool UseCalls, in instrumentMop() argument
1519 O.IsWrite, nullptr, UseCalls, Exp); in instrumentMop()
[all …]