Searched refs:ParseSectionSwitch (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DDarwinAsmParser.cpp34 bool ParseSectionSwitch(const char *Segment, const char *Section,
119 return ParseSectionSwitch("__TEXT", "__const");
122 return ParseSectionSwitch("__TEXT", "__static_const");
125 return ParseSectionSwitch("__TEXT","__cstring",
129 return ParseSectionSwitch("__TEXT", "__literal4",
133 return ParseSectionSwitch("__TEXT", "__literal8",
137 return ParseSectionSwitch("__TEXT","__literal16",
141 return ParseSectionSwitch("__TEXT","__constructor");
144 return ParseSectionSwitch("__TEXT","__destructor");
147 return ParseSectionSwitch("__TEX
296 bool DarwinAsmParser::ParseSectionSwitch(const char *Segment, function in class:DarwinAsmParser
[all...]
H A DELFAsmParser.cpp31 bool ParseSectionSwitch(StringRef Section, unsigned Type,
81 return ParseSectionSwitch(".data", ELF::SHT_PROGBITS,
86 return ParseSectionSwitch(".text", ELF::SHT_PROGBITS,
91 return ParseSectionSwitch(".bss", ELF::SHT_NOBITS,
96 return ParseSectionSwitch(".rodata", ELF::SHT_PROGBITS,
101 return ParseSectionSwitch(".tdata", ELF::SHT_PROGBITS,
107 return ParseSectionSwitch(".tbss", ELF::SHT_NOBITS,
113 return ParseSectionSwitch(".data.rel", ELF::SHT_PROGBITS,
119 return ParseSectionSwitch(".data.rel.ro", ELF::SHT_PROGBITS,
125 return ParseSectionSwitch("
188 bool ELFAsmParser::ParseSectionSwitch(StringRef Section, unsigned Type, function in class:ELFAsmParser
[all...]
H A DCOFFAsmParser.cpp33 bool ParseSectionSwitch(StringRef Section,
80 return ParseSectionSwitch(".text",
87 return ParseSectionSwitch(".data",
94 return ParseSectionSwitch(".bss",
161 bool COFFAsmParser::ParseSectionSwitch(StringRef Section, function in class:COFFAsmParser
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp34 bool ParseSectionSwitch(StringRef Section, unsigned Type, unsigned Flags,
81 return ParseSectionSwitch(".data", ELF::SHT_PROGBITS,
86 return ParseSectionSwitch(".text", ELF::SHT_PROGBITS,
91 return ParseSectionSwitch(".bss", ELF::SHT_NOBITS,
96 return ParseSectionSwitch(".rodata", ELF::SHT_PROGBITS,
101 return ParseSectionSwitch(".tdata", ELF::SHT_PROGBITS,
107 return ParseSectionSwitch(".tbss", ELF::SHT_NOBITS,
113 return ParseSectionSwitch(".data.rel", ELF::SHT_PROGBITS,
118 return ParseSectionSwitch(".data.rel.ro", ELF::SHT_PROGBITS,
124 return ParseSectionSwitch("
184 bool ELFAsmParser::ParseSectionSwitch(StringRef Section, unsigned Type, function in class:ELFAsmParser
[all...]
H A DCOFFAsmParser.cpp35 bool ParseSectionSwitch(StringRef Section,
39 bool ParseSectionSwitch(StringRef Section, unsigned Characteristics,
94 return ParseSectionSwitch(".text",
101 return ParseSectionSwitch(".data", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA |
107 return ParseSectionSwitch(".bss",
293 bool COFFAsmParser::ParseSectionSwitch(StringRef Section, function in class:COFFAsmParser
296 return ParseSectionSwitch(Section, Characteristics, Kind, "", (COFF::COMDATType)0);
299 bool COFFAsmParser::ParseSectionSwitch(StringRef Section, function in class:COFFAsmParser
392 ParseSectionSwitch(SectionName, Flags, Kind, COMDATSymName, Type);

Completed in 75 milliseconds