Searched refs:ThisPtrType (Results 1 – 1 of 1) sorted by relevance
1859 llvm::DIType *ThisPtrType = in getOrCreateInstanceMethodType() local1861 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()1865 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()1866 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()1868 llvm::DIType *ThisPtrType = getOrCreateType(ThisPtr, Unit); in getOrCreateInstanceMethodType() local1869 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()1870 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()1871 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()