Searched refs:UseCalls (Results 1 – 3 of 3) 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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 647 bool UseCalls, const DataLayout &DL); 651 Value *SizeArgument, bool UseCalls, uint32_t Exp); 655 Value *SizeArgument, bool UseCalls, 1343 Value *SizeArgument, bool UseCalls, in doInstrumentAddress() argument 1351 nullptr, UseCalls, Exp); in doInstrumentAddress() 1353 IsWrite, nullptr, UseCalls, Exp); in doInstrumentAddress() 1362 bool UseCalls, uint32_t Exp) { in instrumentMaskedLoadOrStore() argument 1391 UseCalls, Exp); in instrumentMaskedLoadOrStore() 1396 Instruction *I, bool UseCalls, in instrumentMop() argument 1448 nullptr, UseCalls, Exp); in instrumentMop() [all …]
|