Searched refs:createObjectPointerType (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDIBuilder.h444 /// createObjectPointerType - Create a new DIType with the "object pointer"
446 DIType createObjectPointerType(DIType Ty);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1014 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType);
1019 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType);
2848 return DBuilder.createObjectPointerType(Ty);
/external/llvm/lib/IR/
H A DDIBuilder.cpp848 /// createObjectPointerType - Create a new type with both the object pointer
850 DIType DIBuilder::createObjectPointerType(DIType Ty) { function in class:DIBuilder

Completed in 1889 milliseconds