Searched refs:GuardCheck (Results 1 – 2 of 2) sorted by relevance
367 if (Value* GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors() local372 CallInst *Call = B.CreateCall(GuardCheck, {Guard}); in InsertStackProtectors()373 llvm::Function *Function = cast<llvm::Function>(GuardCheck); in InsertStackProtectors()
2053 if (const Value *GuardCheck = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent() local2057 auto *Fn = cast<Function>(GuardCheck); in visitSPDescriptorParent()2073 getValue(GuardCheck), std::move(Args)); in visitSPDescriptorParent()