Searched refs:createPointerType (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp422 llvm::DIType ISATy = DBuilder.createPointerType(ClassTy, Size);
649 return DBuilder.createPointerType(getOrCreateType(PointeeTy, Unit), Size,
660 Cache = DBuilder.createPointerType(Cache, Size);
695 DescTy = DBuilder.createPointerType(EltTy, Size);
722 BlockLiteralGeneric = DBuilder.createPointerType(EltTy, Size);
1009 DBuilder.createPointerType(PointeeType, Size, Align);
1380 llvm::DIType vtbl_ptr_type = DBuilder.createPointerType(SubTy, Size, 0,
1382 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size);
3037 fieldType = DBuilder.createPointerType(fieldType, ptrInfo.first);
3059 type = DBuilder.createPointerType(typ
[all...]
/external/llvm/include/llvm/IR/
H A DDIBuilder.h157 /// createPointerType - Create debugging information entry for a pointer.
163 createPointerType(DIType PointeeTy, uint64_t SizeInBits,
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp403 N = Builder.createPointerType(
/external/llvm/lib/IR/
H A DDIBuilder.cpp302 /// createPointerType - Create debugging information entry for a pointer.
304 DIBuilder::createPointerType(DIType PointeeTy, uint64_t SizeInBits, function in class:DIBuilder

Completed in 89 milliseconds