Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackProtector.cpp367 if (Value* GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors() local
372 CallInst *Call = B.CreateCall(GuardCheck, {Guard}); in InsertStackProtectors()
373 llvm::Function *Function = cast<llvm::Function>(GuardCheck); in InsertStackProtectors()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackProtector.cpp410 if (Value* GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors() local
415 CallInst *Call = B.CreateCall(GuardCheck, {Guard}); in InsertStackProtectors()
416 llvm::Function *Function = cast<llvm::Function>(GuardCheck); in InsertStackProtectors()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2053 if (const Value *GuardCheck = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent() local
2057 auto *Fn = cast<Function>(GuardCheck); in visitSPDescriptorParent()
2073 getValue(GuardCheck), std::move(Args)); in visitSPDescriptorParent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2238 if (const Value *GuardCheck = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent() local
2242 auto *Fn = cast<Function>(GuardCheck); in visitSPDescriptorParent()
2258 getValue(GuardCheck), std::move(Args)); in visitSPDescriptorParent()