Searched refs:parseSectionSwitch (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 37 bool parseSectionSwitch(const char *Segment, const char *Section, 191 return parseSectionSwitch("__DATA", "__bss"); in parseSectionDirectiveBss() 195 return parseSectionSwitch("__TEXT", "__const"); in parseSectionDirectiveConst() 198 return parseSectionSwitch("__TEXT", "__static_const"); in parseSectionDirectiveStaticConst() 201 return parseSectionSwitch("__TEXT","__cstring", in parseSectionDirectiveCString() 205 return parseSectionSwitch("__TEXT", "__literal4", in parseSectionDirectiveLiteral4() 209 return parseSectionSwitch("__TEXT", "__literal8", in parseSectionDirectiveLiteral8() 213 return parseSectionSwitch("__TEXT","__literal16", in parseSectionDirectiveLiteral16() 217 return parseSectionSwitch("__TEXT","__constructor"); in parseSectionDirectiveConstructor() 220 return parseSectionSwitch("__TEXT","__destructor"); in parseSectionDirectiveDestructor() [all …]
|