Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1048 llvm::DIType ThisPtrType = in getOrCreateInstanceMethodType() local
1050 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() local
1058 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType); in getOrCreateInstanceMethodType()
1059 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
1060 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()