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

Declarations

lib/MC/MCParser/ELFAsmParser.cpp
   45   bool ParseSectionSwitch(StringRef Section, unsigned Type, unsigned Flags,

References

lib/MC/MCParser/ELFAsmParser.cpp
   93     return ParseSectionSwitch(".data", ELF::SHT_PROGBITS,
   98     return ParseSectionSwitch(".text", ELF::SHT_PROGBITS,
  103     return ParseSectionSwitch(".bss", ELF::SHT_NOBITS,
  108     return ParseSectionSwitch(".rodata", ELF::SHT_PROGBITS,
  113     return ParseSectionSwitch(".tdata", ELF::SHT_PROGBITS,
  119     return ParseSectionSwitch(".tbss", ELF::SHT_NOBITS,
  125     return ParseSectionSwitch(".data.rel", ELF::SHT_PROGBITS,
  130     return ParseSectionSwitch(".data.rel.ro", ELF::SHT_PROGBITS,
  136     return ParseSectionSwitch(".eh_frame", ELF::SHT_PROGBITS,