Home
last modified time | relevance | path

Searched refs:ThisPtrType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1985 llvm::DIType *ThisPtrType = in getOrCreateInstanceMethodType() local
1987 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()
1991 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
1992 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()
1994 llvm::DIType *ThisPtrType = getOrCreateType(ThisPtr, Unit); in getOrCreateInstanceMethodType() local
1995 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()
1996 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
1997 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()