Home
last modified time | relevance | path

Searched defs:DynamicAllocaCall (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp491 struct DynamicAllocaCall { struct
492 AllocaInst *AI;
493 Value *LeftRzAddr;
494 Value *RightRzAddr;
495 bool Poison;
496 explicit DynamicAllocaCall(AllocaInst *AI, in DynamicAllocaCall() function