Searched refs:getInt64PtrTy (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/
H A DType.h390 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp541 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx);
606 Type::getInt64PtrTy(*Ctx), // uint64_t *counters
/external/llvm/lib/VMCore/
H A DType.cpp317 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) { function in class:Type
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp405 MapTy = Type::getInt64PtrTy(C->getContext());

Completed in 208 milliseconds