Searched refs:StackPtrTy (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | SafeStack.cpp | 107 Type *StackPtrTy; member in __anon044486e80111::SafeStack 188 StackPtrTy = Type::getInt8PtrTy(M.getContext()); in doInitialization() 368 M, StackPtrTy, false, GlobalValue::ExternalLinkage, nullptr, in getOrCreateUnsafeStackPtr() 372 if (UnsafeStackPtr->getValueType() != StackPtrTy) in getOrCreateUnsafeStackPtr() 447 DynamicTop = IRB.CreateAlloca(StackPtrTy, /*ArraySize=*/nullptr, in createStackRestorePoints() 486 assert(BasePointer->getType() == StackPtrTy); in moveStaticAllocasToUnsafeStack() 517 StackPtrTy)); in moveStaticAllocasToUnsafeStack() 625 StackPtrTy); in moveDynamicAllocasToUnsafeStack()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1646 Type *StackPtrTy = Type::getInt8PtrTy(M->getContext()); in getSafeStackPointerLocation() local 1648 StackPtrTy->getPointerTo(0), nullptr); in getSafeStackPointerLocation()
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 5406 llvm::Type *StackPtrTy = llvm::ArrayType::get(CGM.Int8PtrTy, 4); in ObjCTypesHelper() local 5411 StackPtrTy, nullptr); in ObjCTypesHelper()
|