Searched refs:StackPtrTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 137 Type *StackPtrTy; member in __anon2905dedd0111::SafeStack 214 StackPtrTy(Type::getInt8PtrTy(F.getContext())), in SafeStack() 383 return IRB.CreateLoad(StackPtrTy, StackGuardVar, "StackGuard"); in getStackGuard() 456 DynamicTop = IRB.CreateAlloca(StackPtrTy, /*ArraySize=*/nullptr, in createStackRestorePoints() 476 Value *V = IRB.CreateLoad(StackPtrTy, StackGuardSlot); in checkStackGuard() 566 StackPtrTy)); in moveStaticAllocasToUnsafeStack() 686 StackPtrTy); in moveDynamicAllocasToUnsafeStack() 712 Instruction *LI = IRB.CreateLoad(StackPtrTy, UnsafeStackPtr); in moveDynamicAllocasToUnsafeStack() 800 "__safestack_pointer_address", StackPtrTy->getPointerTo(0)); in run() 810 assert(BasePointer->getType() == StackPtrTy); in run() [all …]
|
| H A D | TargetLoweringBase.cpp | 1880 Type *StackPtrTy = Type::getInt8PtrTy(M->getContext()); in getDefaultSafeStackPointerLocation() local 1890 *M, StackPtrTy, false, GlobalValue::ExternalLinkage, nullptr, in getDefaultSafeStackPointerLocation() 1894 if (UnsafeStackPtr->getValueType() != StackPtrTy) in getDefaultSafeStackPointerLocation() 1911 Type *StackPtrTy = Type::getInt8PtrTy(M->getContext()); in getSafeStackPointerLocation() local 1913 StackPtrTy->getPointerTo(0)); in getSafeStackPointerLocation()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 6031 llvm::Type *StackPtrTy = llvm::ArrayType::get(CGM.Int8PtrTy, 4); in ObjCTypesHelper() local 6035 llvm::ArrayType::get(CGM.Int32Ty, SetJmpBufferSize), StackPtrTy); in ObjCTypesHelper()
|