HomeSort by relevance Sort by last modified time
    Searched refs:getInt64PtrTy (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/
Type.h 390 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 534 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx);
579 Type::getInt64PtrTy(*Ctx)->getPointerTo(), // uint64_t **state_table_row
599 Type::getInt64PtrTy(*Ctx), // uint64_t *counters
  /external/llvm/lib/VMCore/
Type.cpp 317 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) {
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 402 MapTy = Type::getInt64PtrTy(C->getContext());
    [all...]

Completed in 35 milliseconds