Searched refs:ThisPtrType (Results 1 – 1 of 1) sorted by relevance
1630 llvm::DIType *ThisPtrType = in getOrCreateInstanceMethodType() local1632 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()1636 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()1637 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()1639 llvm::DIType *ThisPtrType = getOrCreateType(ThisPtr, Unit); in getOrCreateInstanceMethodType() local1640 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()1641 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()1642 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()