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

  /external/llvm/include/llvm/Analysis/
DIBuilder.h 120 /// createPointerType - Create debugging information entry for a pointer.
125 DIType createPointerType(DIType PointeeTy, uint64_t SizeInBits,
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 368 llvm::DIType ISATy = DBuilder.createPointerType(OCTy, Size);
590 return DBuilder.createPointerType(CreatePointeeType(PointeeTy, Unit),
625 DescTy = DBuilder.createPointerType(EltTy, Size);
653 BlockLiteralGeneric = DBuilder.createPointerType(EltTy, Size);
    [all...]
  /external/llvm/lib/Analysis/
DIBuilder.cpp 213 /// createPointerType - Create debugging information entry for a pointer.
214 DIType DIBuilder::createPointerType(DIType PointeeTy, uint64_t SizeInBits,
    [all...]

Completed in 454 milliseconds