Searched refs:StackPtrTy (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 118 Type *StackPtrTy; member in __anon7b58c0a00111::SafeStack 195 StackPtrTy(Type::getInt8PtrTy(F.getContext())), in SafeStack() 375 return IRB.CreateLoad(StackPtrTy, StackGuardVar, "StackGuard"); in getStackGuard() 448 DynamicTop = IRB.CreateAlloca(StackPtrTy, /*ArraySize=*/nullptr, in createStackRestorePoints() 459 DynamicTop ? IRB.CreateLoad(StackPtrTy, DynamicTop) : StaticTop; in createStackRestorePoints() 468 Value *V = IRB.CreateLoad(StackPtrTy, StackGuardSlot); in checkStackGuard() 557 StackPtrTy)); in moveStaticAllocasToUnsafeStack() 672 Value *SP = IRB.CreatePtrToInt(IRB.CreateLoad(StackPtrTy, UnsafeStackPtr), in moveDynamicAllocasToUnsafeStack() 683 StackPtrTy); in moveDynamicAllocasToUnsafeStack() 708 Instruction *LI = IRB.CreateLoad(StackPtrTy, UnsafeStackPtr); in moveDynamicAllocasToUnsafeStack() [all …]
|
| H A D | TargetLoweringBase.cpp | 1876 Type *StackPtrTy = Type::getInt8PtrTy(M->getContext()); in getDefaultSafeStackPointerLocation() local 1886 *M, StackPtrTy, false, GlobalValue::ExternalLinkage, nullptr, in getDefaultSafeStackPointerLocation() 1890 if (UnsafeStackPtr->getValueType() != StackPtrTy) in getDefaultSafeStackPointerLocation() 1907 Type *StackPtrTy = Type::getInt8PtrTy(M->getContext()); in getSafeStackPointerLocation() local 1909 StackPtrTy->getPointerTo(0)); in getSafeStackPointerLocation()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 5988 llvm::Type *StackPtrTy = llvm::ArrayType::get(CGM.Int8PtrTy, 4); in ObjCTypesHelper() local 5992 llvm::ArrayType::get(CGM.Int32Ty, SetJmpBufferSize), StackPtrTy); in ObjCTypesHelper()
|