HomeSort by relevance Sort by last modified time
    Searched refs:ParseSectionSwitch (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 34 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(".data.rel.ro.local", ELF::SHT_PROGBITS
    [all...]
COFFAsmParser.cpp 35 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,
295 return ParseSectionSwitch(Section, Characteristics, Kind, "", (COFF::COMDATType)0);
298 bool COFFAsmParser::ParseSectionSwitch(StringRef Section,
387 ParseSectionSwitch(SectionName, Flags, Kind, COMDATSymName, Type);

Completed in 2014 milliseconds