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

  /external/llvm/include/llvm/
DIBuilder.h 126 /// createPointerType - Create debugging information entry for a pointer.
132 createPointerType(DIType PointeeTy, uint64_t SizeInBits,
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 393 llvm::DIType ISATy = DBuilder.createPointerType(ClassTy, Size);
657 return DBuilder.createPointerType(CreatePointeeType(PointeeTy, Unit),
669 Cache = DBuilder.createPointerType(Cache, Size);
704 DescTy = DBuilder.createPointerType(EltTy, Size);
732 BlockLiteralGeneric = DBuilder.createPointerType(EltTy, Size);
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 204 /// createPointerType - Create debugging information entry for a pointer.
206 DIBuilder::createPointerType(DIType PointeeTy, uint64_t SizeInBits,
    [all...]

Completed in 24 milliseconds