Searched defs:ParseSectionSwitch (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp35 bool ParseSectionSwitch(StringRef Section,
39 bool ParseSectionSwitch(StringRef Section, unsigned Characteristics,
93 return ParseSectionSwitch(".text",
100 return ParseSectionSwitch(".data",
107 return ParseSectionSwitch(".bss",
292 bool COFFAsmParser::ParseSectionSwitch(StringRef Section, function in class:COFFAsmParser
295 return ParseSectionSwitch(Section, Characteristics, Kind, "", (COFF::COMDATType)0);
298 bool COFFAsmParser::ParseSectionSwitch(StringRef Section, function in class:COFFAsmParser
387 ParseSectionSwitch(SectionName, Flags, Kind, COMDATSymName, Type);
H A DELFAsmParser.cpp34 bool ParseSectionSwitch(StringRef Section, unsigned Type, unsigned Flags,
83 return ParseSectionSwitch(".data", ELF::SHT_PROGBITS,
88 return ParseSectionSwitch(".text", ELF::SHT_PROGBITS,
93 return ParseSectionSwitch(".bss", ELF::SHT_NOBITS,
98 return ParseSectionSwitch(".rodata", ELF::SHT_PROGBITS,
103 return ParseSectionSwitch(".tdata", ELF::SHT_PROGBITS,
109 return ParseSectionSwitch(".tbss", ELF::SHT_NOBITS,
115 return ParseSectionSwitch(".data.rel", ELF::SHT_PROGBITS,
121 return ParseSectionSwitch(".data.rel.ro", ELF::SHT_PROGBITS,
127 return ParseSectionSwitch("
194 bool ELFAsmParser::ParseSectionSwitch(StringRef Section, unsigned Type, function in class:ELFAsmParser
[all...]

Completed in 27 milliseconds