Searched refs:ThisPtrType (Results 1 – 1 of 1) sorted by relevance
1170 llvm::DIType *ThisPtrType = in getOrCreateInstanceMethodType() local1172 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()1176 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()1177 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()1179 llvm::DIType *ThisPtrType = getOrCreateType(ThisPtr, Unit); in getOrCreateInstanceMethodType() local1180 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()1181 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()1182 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()