Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1731 llvm::DIType *ThisPtrType = in getOrCreateInstanceMethodType() local
1733 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()
1737 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
1738 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()
1740 llvm::DIType *ThisPtrType = getOrCreateType(ThisPtr, Unit); in getOrCreateInstanceMethodType() local
1741 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()
1742 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
1743 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()