Searched refs:ThisPtrType (Results 1 – 1 of 1) sorted by relevance
1048 llvm::DIType ThisPtrType = in getOrCreateInstanceMethodType() local1050 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()1054 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()1055 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()1057 llvm::DIType ThisPtrType = getOrCreateType(ThisPtr, Unit); in getOrCreateInstanceMethodType() local1058 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()1059 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()1060 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()