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

  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 36 bool ParseSectionSwitch(const char *Segment, const char *Section,
183 return ParseSectionSwitch("__TEXT", "__const");
186 return ParseSectionSwitch("__TEXT", "__static_const");
189 return ParseSectionSwitch("__TEXT","__cstring",
193 return ParseSectionSwitch("__TEXT", "__literal4",
197 return ParseSectionSwitch("__TEXT", "__literal8",
201 return ParseSectionSwitch("__TEXT","__literal16",
205 return ParseSectionSwitch("__TEXT","__constructor");
208 return ParseSectionSwitch("__TEXT","__destructor");
211 return ParseSectionSwitch("__TEXT","__fvmlib_init0")
    [all...]
ELFAsmParser.cpp 33 bool ParseSectionSwitch(StringRef Section, unsigned Type,
84 return ParseSectionSwitch(".data", ELF::SHT_PROGBITS,
89 return ParseSectionSwitch(".text", ELF::SHT_PROGBITS,
94 return ParseSectionSwitch(".bss", ELF::SHT_NOBITS,
99 return ParseSectionSwitch(".rodata", ELF::SHT_PROGBITS,
104 return ParseSectionSwitch(".tdata", ELF::SHT_PROGBITS,
110 return ParseSectionSwitch(".tbss", ELF::SHT_NOBITS,
116 return ParseSectionSwitch(".data.rel", ELF::SHT_PROGBITS,
122 return ParseSectionSwitch(".data.rel.ro", ELF::SHT_PROGBITS,
128 return ParseSectionSwitch(".data.rel.ro.local", ELF::SHT_PROGBITS
    [all...]
COFFAsmParser.cpp 34 bool ParseSectionSwitch(StringRef Section,
82 return ParseSectionSwitch(".text",
89 return ParseSectionSwitch(".data",
96 return ParseSectionSwitch(".bss",
164 bool COFFAsmParser::ParseSectionSwitch(StringRef Section,

Completed in 23 milliseconds