Searched refs:ThisPtrType (Results 1 – 1 of 1) sorted by relevance
2159 llvm::DIType *ThisPtrType = getOrCreateType(ThisPtr, Unit); in getOrCreateInstanceMethodType() local2160 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()2161 ThisPtrType = in getOrCreateInstanceMethodType()2162 DBuilder.createObjectPointerType(ThisPtrType, /*Implicit=*/true); in getOrCreateInstanceMethodType()2163 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()