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 a8f04ab commit 1183b0dCopy full SHA for 1183b0d
llvm/include/llvm/Frontend/HLSL/RootSignatureValidations.h
@@ -51,7 +51,7 @@ class ResourceRange {
51
getOverlapping(const RangeInfo &Info) const;
52
53
// Return the mapped RangeInfo at X or nullptr if no mapping exists
54
- const RangeInfo *lookup(uint32_t X) const;
+ LLVM_ABI const RangeInfo *lookup(uint32_t X) const;
55
56
// Removes all entries of the ResourceRange
57
LLVM_ABI void clear();
0 commit comments