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 4ccf3ab commit e413983Copy full SHA for e413983
llvm/include/llvm/MC/MCGOFFAttributes.h
@@ -38,10 +38,9 @@ namespace GOFF {
38
// a text record) is associated with the part. When binding, only the data of
39
// referenced PRs is pulled into the resulting binary.
40
//
41
-// Both approaches are used, which means that the equivalent of a section in ELF
42
-// results in 3 GOFF symbols, either SD/ED/LD or SD/ED/PR. Moreover, certain
43
-// sections are fine with just defining SD/ED symbols. The SymbolMapper takes
44
-// care of all those details.
+// Both approaches are used. SD, ED, and PR elements are modelled by nested
+// MCSectionGOFF instances, while LD elements are associated with MCSymbolGOFF
+// instances.
45
46
// Attributes for SD symbols.
47
struct SDAttr {
0 commit comments