reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/MC/MCSymbol.h
  419   uint32_t getFlags() const { return Flags; }
  424     Flags = Value;
  430     Flags = (Flags & ~Mask) | Value;
  430     Flags = (Flags & ~Mask) | Value;
lib/MC/MCSymbolELF.cpp
   68     uint32_t Val = (Flags >> ELF_STB_Shift) & 3;
  128   uint32_t Val = (Flags >> ELF_STT_Shift) & 7;
  158   unsigned Visibility = (Flags >> ELF_STV_Shift) & 3;
  171   unsigned Other = (Flags >> ELF_STO_Shift) & 7;