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 35 bool ParseSectionSwitch(const char *Segment, const char *Section,
131 return ParseSectionSwitch("__TEXT", "__const");
134 return ParseSectionSwitch("__TEXT", "__static_const");
137 return ParseSectionSwitch("__TEXT","__cstring",
141 return ParseSectionSwitch("__TEXT", "__literal4",
145 return ParseSectionSwitch("__TEXT", "__literal8",
149 return ParseSectionSwitch("__TEXT","__literal16",
153 return ParseSectionSwitch("__TEXT","__constructor");
156 return ParseSectionSwitch("__TEXT","__destructor");
159 return ParseSectionSwitch("__TEXT","__fvmlib_init0")
    [all...]
ELFAsmParser.cpp 31 bool ParseSectionSwitch(StringRef Section, unsigned Type,
82 return ParseSectionSwitch(".data", ELF::SHT_PROGBITS,
87 return ParseSectionSwitch(".text", ELF::SHT_PROGBITS,
92 return ParseSectionSwitch(".bss", ELF::SHT_NOBITS,
97 return ParseSectionSwitch(".rodata", ELF::SHT_PROGBITS,
102 return ParseSectionSwitch(".tdata", ELF::SHT_PROGBITS,
108 return ParseSectionSwitch(".tbss", ELF::SHT_NOBITS,
114 return ParseSectionSwitch(".data.rel", ELF::SHT_PROGBITS,
120 return ParseSectionSwitch(".data.rel.ro", ELF::SHT_PROGBITS,
126 return ParseSectionSwitch(".data.rel.ro.local", ELF::SHT_PROGBITS
    [all...]
COFFAsmParser.cpp 33 bool ParseSectionSwitch(StringRef Section,
81 return ParseSectionSwitch(".text",
88 return ParseSectionSwitch(".data",
95 return ParseSectionSwitch(".bss",
163 bool COFFAsmParser::ParseSectionSwitch(StringRef Section,

Completed in 50 milliseconds