Searched refs:GuardCheck (Results 1 – 2 of 2) sorted by relevance
417 if (Value* GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors() local422 CallInst *Call = B.CreateCall(GuardCheck, {Guard}); in InsertStackProtectors()423 llvm::Function *Function = cast<llvm::Function>(GuardCheck); in InsertStackProtectors()
2265 if (const Value *GuardCheck = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent() local2269 auto *Fn = cast<Function>(GuardCheck); in visitSPDescriptorParent()2285 getValue(GuardCheck), std::move(Args)); in visitSPDescriptorParent()