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

  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DarwinAsmParser.cpp 34 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("__TEXT","__fvmlib_init0")
    [all...]
ELFAsmParser.cpp 31 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(".data.rel.ro.local", ELF::SHT_PROGBITS
    [all...]
COFFAsmParser.cpp 33 bool ParseSectionSwitch(StringRef Section,
80 return ParseSectionSwitch(".text",
87 return ParseSectionSwitch(".data",
94 return ParseSectionSwitch(".bss",
161 bool COFFAsmParser::ParseSectionSwitch(StringRef Section,
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 34 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(".eh_frame", ELF::SHT_PROGBITS
    [all...]
COFFAsmParser.cpp 35 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,
296 return ParseSectionSwitch(Section, Characteristics, Kind, "", (COFF::COMDATType)0);
299 bool COFFAsmParser::ParseSectionSwitch(StringRef Section,
392 ParseSectionSwitch(SectionName, Flags, Kind, COMDATSymName, Type);

Completed in 603 milliseconds