HomeSort by: relevance | last modified time | path
    Searched refs:getInt64PtrTy (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h 483 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \
80 llvm::Type::getInt64PtrTy(Ctx)))
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfData.inc 78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \
80 llvm::Type::getInt64PtrTy(Ctx)))
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp 261 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
llvm-stress.cpp 159 Type::getInt64PtrTy(Context),
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 4362 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C);
4379 Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C);
4504 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C);
4658 Type::getInt64PtrTy(*MS.C));
4942 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C);
5191 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C);
5212 Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C);
InstrProfiling.cpp 684 Type *Int64PtrTy = Type::getInt64PtrTy(M->getContext());
GCOVProfiling.cpp 1099 Type::getInt64PtrTy(*Ctx), // uint64_t *counters

Completed in 33 milliseconds