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

  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 425 llvm::DIType ISATy = DBuilder.createPointerType(ClassTy, Size);
685 return DBuilder.createPointerType(getOrCreateType(PointeeTy, Unit), Size,
696 Cache = DBuilder.createPointerType(Cache, Size);
731 DescTy = DBuilder.createPointerType(EltTy, Size);
758 BlockLiteralGeneric = DBuilder.createPointerType(EltTy, Size);
    [all...]
  /external/llvm/bindings/go/llvm/
DIBuilderBindings.cpp 117 DIDerivedType T = D->createPointerType(unwrap<MDType>(PointeeType),
  /external/llvm/include/llvm/IR/
DIBuilder.h 142 /// createPointerType - Create debugging information entry for a pointer.
147 MDDerivedType *createPointerType(MDType *PointeeTy, uint64_t SizeInBits,
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 232 MDDerivedType *DIBuilder::createPointerType(MDType *PointeeTy,
    [all...]

Completed in 137 milliseconds