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.cpp2159 llvm::DIType *ThisPtrType = getOrCreateType(ThisPtr, Unit); in getOrCreateInstanceMethodType() local
2160 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()