Searched refs:getInt64PtrTy (Results 1 – 7 of 7) sorted by relevance
412 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
457 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
820 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in emitProfileArcs()925 Type::getInt64PtrTy(*Ctx), // uint64_t *counters in getEmitArcsFunc()
4011 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()4028 Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()4154 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()4309 Type::getInt64PtrTy(*MS.C)); in getVAField64()4595 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()
1246 IRB.CreateBitCast(ShadowAddr, Type::getInt64PtrTy(*DFS.Ctx)); in loadShadow()
78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \80 llvm::Type::getInt64PtrTy(Ctx)))
236 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) { in getInt64PtrTy() function in Type