Searched refs:ThisPtrType (Results 1 – 1 of 1) sorted by relevance
1611 llvm::DIType *ThisPtrType = in getOrCreateInstanceMethodType() local1613 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()1617 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()1618 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()1620 llvm::DIType *ThisPtrType = getOrCreateType(ThisPtr, Unit); in getOrCreateInstanceMethodType() local1621 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()1622 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()1623 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()