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

/external/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp120 void InjectCoverageAtBlock(Function &F, BasicBlock &BB, bool UseCalls);
349 bool UseCalls) {
372 if (UseCalls) {
348 InjectCoverageAtBlock(Function &F, BasicBlock &BB, bool UseCalls) argument
H A DAddressSanitizer.cpp411 bool UseCalls, const DataLayout &DL);
415 Value *SizeArgument, bool UseCalls, uint32_t Exp);
418 Value *SizeArgument, bool UseCalls,
913 Instruction *I, bool UseCalls,
965 return instrumentAddress(I, I, Addr, TypeSize, IsWrite, nullptr, UseCalls,
968 UseCalls, Exp);
1023 Value *SizeArgument, bool UseCalls,
1029 if (UseCalls) {
1080 Value *SizeArgument, bool UseCalls, uint32_t Exp) {
1084 if (UseCalls) {
912 instrumentMop(ObjectSizeOffsetVisitor &ObjSizeVis, Instruction *I, bool UseCalls, const DataLayout &DL) argument
1020 instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, Value *Addr, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
1078 instrumentUnusualSizeOrAlignment( Instruction *I, Value *Addr, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
1550 bool UseCalls = false; local
[all...]

Completed in 208 milliseconds