Searched refs:getStackGuard (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 285 static Value *getStackGuard(const TargetLoweringBase *TLI, Module *M, in getStackGuard() function 325 Value *GuardSlot = getStackGuard(TLI, M, B, &SupportsSelectionDAGSP); in CreatePrologue() 426 Value *Guard = getStackGuard(TLI, M, B); in InsertStackProtectors()
|
D | SafeStack.cpp | 131 Value *getStackGuard(IRBuilder<> &IRB, Function &F); 395 Value *SafeStack::getStackGuard(IRBuilder<> &IRB, Function &F) { in getStackGuard() function in __anonb0e9eae80111::SafeStack 802 Value *StackGuard = getStackGuard(IRB, F); in runOnFunction()
|