Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1170 llvm::DIType *ThisPtrType = in getOrCreateInstanceMethodType() local
1172 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()
1176 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
1177 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()
1179 llvm::DIType *ThisPtrType = getOrCreateType(ThisPtr, Unit); in getOrCreateInstanceMethodType() local
1180 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()
1181 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
1182 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp1572 llvm::DIType *ThisPtrType = in getOrCreateInstanceMethodType() local
1574 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()
1578 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
1579 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()
1581 llvm::DIType *ThisPtrType = getOrCreateType(ThisPtr, Unit); in getOrCreateInstanceMethodType() local
1582 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()
1583 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
1584 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()