Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDIBuilder.h432 DIType createObjectPointerType(DIType Ty);
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1035 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
1040 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
2914 return DBuilder.createObjectPointerType(Ty); in CreateSelfType()
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp770 DIType DIBuilder::createObjectPointerType(DIType Ty) { in createObjectPointerType() function in DIBuilder