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 119 /// createPointerType - Create debugging information entry for a pointer.
124 DIType createPointerType(DIType PointeeTy, uint64_t SizeInBits,
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 353 llvm::DIType ISATy = DBuilder.createPointerType(OCTy, Size);
529 DBuilder.createPointerType(CreatePointeeType(PointeeTy, Unit), Size, Align);
563 DescTy = DBuilder.createPointerType(EltTy, Size);
591 BlockLiteralGeneric = DBuilder.createPointerType(EltTy, Size);
    [all...]
  /external/llvm/lib/Analysis/
DIBuilder.cpp 211 /// createPointerType - Create debugging information entry for a pointer.
212 DIType DIBuilder::createPointerType(DIType PointeeTy, uint64_t SizeInBits,
    [all...]

Completed in 17 milliseconds