reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
501 switch (SectionType) { 517 if (SectionType & SectionFlagsReservedMask) 518 W.printHex("Flags", "Reserved", SectionType); 520 W.printEnum("Type", SectionType, makeArrayRef(SectionTypeFlagsNames));