Searched defs:UseCalls (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp181 void InjectCoverageAtBlock(Function &F, BasicBlock &BB, bool UseCalls);
410 bool UseCalls = ClCoverageBlockThreshold < AllBlocks.size(); local
412 InjectCoverageAtBlock(F, *BB, UseCalls);
516 bool UseCalls) {
551 } else if (UseCalls) {
515 InjectCoverageAtBlock(Function &F, BasicBlock &BB, bool UseCalls) argument
H A DAddressSanitizer.cpp483 bool UseCalls, const DataLayout &DL);
487 Value *SizeArgument, bool UseCalls, uint32_t Exp);
490 Value *SizeArgument, bool UseCalls,
1029 Instruction *I, bool UseCalls,
1081 return instrumentAddress(I, I, Addr, TypeSize, IsWrite, nullptr, UseCalls,
1084 UseCalls, Exp);
1139 Value *SizeArgument, bool UseCalls,
1145 if (UseCalls) {
1200 Value *SizeArgument, bool UseCalls, uint32_t Exp) {
1204 if (UseCalls) {
1028 instrumentMop(ObjectSizeOffsetVisitor &ObjSizeVis, Instruction *I, bool UseCalls, const DataLayout &DL) argument
1136 instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, Value *Addr, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
1198 instrumentUnusualSizeOrAlignment( Instruction *I, Value *Addr, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
1840 bool UseCalls = local
[all...]

Completed in 243 milliseconds