Searched defs:ThisPtrType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1008 llvm::DIType ThisPtrType = local
1010 TypeCache[ThisPtr.getAsOpaquePtr()] = ThisPtrType;
1014 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType);
1015 Elts.push_back(ThisPtrType);
1017 llvm::DIType ThisPtrType = getOrCreateType(ThisPtr, Unit); local
1018 TypeCache[ThisPtr.getAsOpaquePtr()] = ThisPtrType;
1019 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType);
1020 Elts.push_back(ThisPtrType);
[all...]

Completed in 132 milliseconds