Home
last modified time | relevance | path

Searched refs:FunctionStackPoisoner (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp417 friend struct FunctionStackPoisoner;
461 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct
511 FunctionStackPoisoner(Function &F, AddressSanitizer &ASan) in FunctionStackPoisoner() function
1496 FunctionStackPoisoner FSP(F, *this); in runOnFunction()
1530 void FunctionStackPoisoner::initializeCallbacks(Module &M) { in initializeCallbacks()
1549 FunctionStackPoisoner::poisonRedZones(ArrayRef<uint8_t> ShadowBytes, in poisonRedZones()
1592 void FunctionStackPoisoner::SetShadowToStackAfterReturnInlined( in SetShadowToStackAfterReturnInlined()
1610 PHINode *FunctionStackPoisoner::createPHI(IRBuilder<> &IRB, Value *Cond, in createPHI()
1622 Value *FunctionStackPoisoner::createAllocaForLayout( in createAllocaForLayout()
1640 void FunctionStackPoisoner::poisonStack() { in poisonStack()
[all …]