reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Type.h
  457   static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);

References

include/llvm/ProfileData/InstrProfData.inc
   78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \
   80                 llvm::Type::getInt64PtrTy(Ctx)))
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1242         IRB.CreateBitCast(ShadowAddr, Type::getInt64PtrTy(*DFS.Ctx));
lib/Transforms/Instrumentation/GCOVProfiling.cpp
  816           Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx);
  921     Type::getInt64PtrTy(*Ctx),  // uint64_t *counters
lib/Transforms/Instrumentation/MemorySanitizer.cpp
 3962       Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C);
 3979       Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C);
 4104       Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C);
 4258         Type::getInt64PtrTy(*MS.C));
 4541       Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C);
tools/llvm-stress/llvm-stress.cpp
  160     Type::getInt64PtrTy(Context),
unittests/IR/InstructionsTest.cpp
  429   Type* Int64PtrTy = Type::getInt64PtrTy(C);
  474   Type* Int64PtrTyAS1 = Type::getInt64PtrTy(C, 1);
  475   Type* Int64PtrTyAS2 = Type::getInt64PtrTy(C, 2);