Searched refs:getInt64PtrTy (Results 1 – 6 of 6) sorted by relevance
475 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
633 Type* Int64PtrTy = Type::getInt64PtrTy(C); in TEST()678 Type* Int64PtrTyAS1 = Type::getInt64PtrTy(C, 1); in TEST()679 Type* Int64PtrTyAS2 = Type::getInt64PtrTy(C, 2); in TEST()
4406 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()4423 Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()4548 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()4702 Type::getInt64PtrTy(*MS.C)); in getVAField64()4986 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()5235 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in copyRegSaveArea()5256 Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C); in copyOverflowArea()
1048 Type::getInt64PtrTy(*Ctx), // uint64_t *counters in getEmitArcsFunc()
134 Type::getInt64PtrTy(Context), in GenEmptyFunction()
303 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) { in getInt64PtrTy() function in Type