Searched refs:Int8PtrType (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 177 Int8PtrType(Type::getInt8PtrTy(HandlerFn->getContext())), in WinEHCloningDirectorBase() 208 Type *Int8PtrType; member in __anon98d5fb000111::WinEHCloningDirectorBase 371 PointerType *Int8PtrType = Type::getInt8PtrTy(Context); in prepareExceptionHandlers() local 582 Builder.CreateBitCast(&F, Int8PtrType, ""), in prepareExceptionHandlers() 826 Type *Int8PtrType = Type::getInt8PtrTy(Context); in outlineHandler() local 828 ArgTys.push_back(Int8PtrType); in outlineHandler() 829 ArgTys.push_back(Int8PtrType); in outlineHandler() 832 FunctionType *FnType = FunctionType::get(Int8PtrType, ArgTys, false); in outlineHandler() 862 LPadMap.remapEHValues(VMap, UndefValue::get(Int8PtrType), in outlineHandler() 866 LPadMap.remapEHValues(VMap, UndefValue::get(Int8PtrType), in outlineHandler()
|