Searched refs:UseCalls (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 181 void InjectCoverageAtBlock(Function &F, BasicBlock &BB, bool UseCalls); 410 bool UseCalls = ClCoverageBlockThreshold < AllBlocks.size(); in InjectCoverage() local 412 InjectCoverageAtBlock(F, *BB, UseCalls); in InjectCoverage() 516 bool UseCalls) { in InjectCoverageAtBlock() argument 551 } else if (UseCalls) { in InjectCoverageAtBlock()
|
D | AddressSanitizer.cpp | 483 bool UseCalls, const DataLayout &DL); 487 Value *SizeArgument, bool UseCalls, uint32_t Exp); 490 Value *SizeArgument, bool UseCalls, 1029 Instruction *I, bool UseCalls, in instrumentMop() argument 1081 return instrumentAddress(I, I, Addr, TypeSize, IsWrite, nullptr, UseCalls, in instrumentMop() 1084 UseCalls, Exp); in instrumentMop() 1139 Value *SizeArgument, bool UseCalls, in instrumentAddress() argument 1145 if (UseCalls) { in instrumentAddress() 1200 Value *SizeArgument, bool UseCalls, uint32_t Exp) { in instrumentUnusualSizeOrAlignment() argument 1204 if (UseCalls) { in instrumentUnusualSizeOrAlignment() [all …]
|