We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0273167 commit 1bd536eCopy full SHA for 1bd536e
include/swift/Reflection/ReflectionContext.h
@@ -44,6 +44,7 @@ class ReflectionContext
44
45
public:
46
using super::getBuilder;
47
+ using super::readIsaMask;
48
using super::readTypeFromMetadata;
49
using typename super::StoredPointer;
50
@@ -65,11 +66,7 @@ class ReflectionContext
65
66
getBuilder().addReflectionInfo(I);
67
}
68
- std::pair<bool, StoredPointer> readIsaMask() {
69
- return getReader().readIsaMask();
70
- }
71
-
72
- /// Return a description of the layout of a heap object having the given
+ /// Return a description of the layout of a class instance with the given
73
/// metadata as its isa pointer.
74
const TypeInfo *getInstanceTypeInfo(StoredPointer MetadataAddress) {
75
// See if we cached the layout already
0 commit comments