Searched refs:GuardCheck (Results 1 – 4 of 4) 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()
410 if (Value* GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors() local415 CallInst *Call = B.CreateCall(GuardCheck, {Guard}); in InsertStackProtectors()416 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()
2238 if (const Value *GuardCheck = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent() local2242 auto *Fn = cast<Function>(GuardCheck); in visitSPDescriptorParent()2258 getValue(GuardCheck), std::move(Args)); in visitSPDescriptorParent()