Lines Matching defs:ParseSectionSwitch
44 bool ParseSectionSwitch(StringRef Section, unsigned Type, unsigned Flags,
92 return ParseSectionSwitch(".data", ELF::SHT_PROGBITS,
97 return ParseSectionSwitch(".text", ELF::SHT_PROGBITS,
102 return ParseSectionSwitch(".bss", ELF::SHT_NOBITS,
107 return ParseSectionSwitch(".rodata", ELF::SHT_PROGBITS,
112 return ParseSectionSwitch(".tdata", ELF::SHT_PROGBITS,
118 return ParseSectionSwitch(".tbss", ELF::SHT_NOBITS,
124 return ParseSectionSwitch(".data.rel", ELF::SHT_PROGBITS,
129 return ParseSectionSwitch(".data.rel.ro", ELF::SHT_PROGBITS,
135 return ParseSectionSwitch(".eh_frame", ELF::SHT_PROGBITS,
207 bool ELFAsmParser::ParseSectionSwitch(StringRef Section, unsigned Type,