Home
last modified time | relevance | path

Searched refs:StackPtrTy (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DSafeStack.cpp112 Type *StackPtrTy; member in __anon03e0d8f40111::SafeStack
202 StackPtrTy = Type::getInt8PtrTy(M.getContext()); in doInitialization()
382 M, StackPtrTy, false, GlobalValue::ExternalLinkage, nullptr, in getOrCreateUnsafeStackPtr()
386 if (UnsafeStackPtr->getValueType() != StackPtrTy) in getOrCreateUnsafeStackPtr()
401 F.getParent()->getOrInsertGlobal("__stack_chk_guard", StackPtrTy); in getStackGuard()
473 DynamicTop = IRB.CreateAlloca(StackPtrTy, /*ArraySize=*/nullptr, in createStackRestorePoints()
573 StackPtrTy)); in moveStaticAllocasToUnsafeStack()
699 StackPtrTy); in moveDynamicAllocasToUnsafeStack()
795 assert(BasePointer->getType() == StackPtrTy); in runOnFunction()
803 StackGuardSlot = IRB.CreateAlloca(StackPtrTy, nullptr); in runOnFunction()
DTargetLoweringBase.cpp1764 Type *StackPtrTy = Type::getInt8PtrTy(M->getContext()); in getSafeStackPointerLocation() local
1766 StackPtrTy->getPointerTo(0), nullptr); in getSafeStackPointerLocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStack.cpp131 Type *StackPtrTy; member in __anon4377af4c0111::SafeStack
210 StackPtrTy(Type::getInt8PtrTy(F.getContext())), in SafeStack()
371 F.getParent()->getOrInsertGlobal("__stack_chk_guard", StackPtrTy); in getStackGuard()
443 DynamicTop = IRB.CreateAlloca(StackPtrTy, /*ArraySize=*/nullptr, in createStackRestorePoints()
543 StackPtrTy)); in moveStaticAllocasToUnsafeStack()
671 StackPtrTy); in moveDynamicAllocasToUnsafeStack()
780 "__safestack_pointer_address", StackPtrTy->getPointerTo(0)); in run()
790 assert(BasePointer->getType() == StackPtrTy); in run()
798 StackGuardSlot = IRB.CreateAlloca(StackPtrTy, nullptr); in run()
DTargetLoweringBase.cpp1540 Type *StackPtrTy = Type::getInt8PtrTy(M->getContext()); in getDefaultSafeStackPointerLocation() local
1550 *M, StackPtrTy, false, GlobalValue::ExternalLinkage, nullptr, in getDefaultSafeStackPointerLocation()
1554 if (UnsafeStackPtr->getValueType() != StackPtrTy) in getDefaultSafeStackPointerLocation()
1570 Type *StackPtrTy = Type::getInt8PtrTy(M->getContext()); in getSafeStackPointerLocation() local
1572 StackPtrTy->getPointerTo(0)); in getSafeStackPointerLocation()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp5477 llvm::Type *StackPtrTy = llvm::ArrayType::get(CGM.Int8PtrTy, 4); in ObjCTypesHelper() local
5482 StackPtrTy, nullptr); in ObjCTypesHelper()