Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp157 void InjectCoverageAtBlock(Function &F, BasicBlock &BB, bool UseCalls);
338 bool UseCalls = ClCoverageBlockThreshold < AllBlocks.size(); in InjectCoverage() local
340 InjectCoverageAtBlock(F, *BB, UseCalls); in InjectCoverage()
438 bool UseCalls) { in InjectCoverageAtBlock() argument
470 } else if (UseCalls) { in InjectCoverageAtBlock()
DAddressSanitizer.cpp438 bool UseCalls, const DataLayout &DL);
442 Value *SizeArgument, bool UseCalls, uint32_t Exp);
445 Value *SizeArgument, bool UseCalls,
959 Instruction *I, bool UseCalls, in instrumentMop() argument
1011 return instrumentAddress(I, I, Addr, TypeSize, IsWrite, nullptr, UseCalls, in instrumentMop()
1014 UseCalls, Exp); in instrumentMop()
1069 Value *SizeArgument, bool UseCalls, in instrumentAddress() argument
1075 if (UseCalls) { in instrumentAddress()
1130 Value *SizeArgument, bool UseCalls, uint32_t Exp) { in instrumentUnusualSizeOrAlignment() argument
1134 if (UseCalls) { in instrumentUnusualSizeOrAlignment()
[all …]