Searched defs:UseCalls (Results  1 – 4 of 4) sorted by relevance
| /external/llvm/lib/Transforms/Instrumentation/ | 
| D | SanitizerCoverage.cpp | 410     bool UseCalls = ClCoverageBlockThreshold < AllBlocks.size();  in InjectCoverage()  local516                                                     bool UseCalls) {  in InjectCoverageAtBlock()
 
 | 
| D | AddressSanitizer.cpp | 1029                                      Instruction *I, bool UseCalls,  in instrumentMop()1139                                          Value *SizeArgument, bool UseCalls,  in instrumentAddress()
 1200     Value *SizeArgument, bool UseCalls, uint32_t Exp) {  in instrumentUnusualSizeOrAlignment()
 1840   bool UseCalls =  in runOnFunction()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ | 
| D | AddressSanitizer.cpp | 1496                                 Value *SizeArgument, bool UseCalls,  in doInstrumentAddress()1515                                         bool UseCalls, uint32_t Exp) {  in instrumentMaskedLoadOrStore()
 1549                                      Instruction *I, bool UseCalls,  in instrumentMop()
 1660                                          Value *SizeArgument, bool UseCalls,  in instrumentAddress()
 1741     bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) {  in instrumentUnusualSizeOrAlignment()
 2704   bool UseCalls =  in instrumentFunction()  local
 
 | 
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ | 
| D | AddressSanitizer.cpp | 1420                                 Value *SizeArgument, bool UseCalls,  in doInstrumentAddress()1439                                         bool UseCalls, uint32_t Exp) {  in instrumentMaskedLoadOrStore()
 1473                                      InterestingMemoryOperand &O, bool UseCalls,  in instrumentMop()
 1599                                          Value *SizeArgument, bool UseCalls,  in instrumentAddress()
 1677     bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) {  in instrumentUnusualSizeOrAlignment()
 2772   bool UseCalls = (ClInstrumentationWithCallsThreshold >= 0 &&  in instrumentFunction()  local
 
 |