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 d14471b commit 216341cCopy full SHA for 216341c
llvm/include/llvm/MC/DXContainerRootSignature.h
@@ -20,11 +20,6 @@ struct RootSignatureDesc {
20
SmallVector<dxbc::RootParameter> Parameters;
21
22
Error write(raw_ostream &OS) const;
23
-
24
- uint32_t getSizeInBytes() const {
25
- // Header Size + accounting for parameter offset + parameters size
26
- return 24 + (Parameters.size() * 4) + Parameters.size_in_bytes();
27
- }
28
};
29
} // namespace mcdxbc
30
} // namespace llvm
0 commit comments