Searched refs:parseSectionSwitch (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 40 bool parseSectionSwitch(const char *Segment, const char *Section, 201 return parseSectionSwitch("__DATA", "__bss"); in parseSectionDirectiveBss() 205 return parseSectionSwitch("__TEXT", "__const"); in parseSectionDirectiveConst() 208 return parseSectionSwitch("__TEXT", "__static_const"); in parseSectionDirectiveStaticConst() 211 return parseSectionSwitch("__TEXT","__cstring", in parseSectionDirectiveCString() 215 return parseSectionSwitch("__TEXT", "__literal4", in parseSectionDirectiveLiteral4() 219 return parseSectionSwitch("__TEXT", "__literal8", in parseSectionDirectiveLiteral8() 223 return parseSectionSwitch("__TEXT","__literal16", in parseSectionDirectiveLiteral16() 227 return parseSectionSwitch("__TEXT","__constructor"); in parseSectionDirectiveConstructor() 230 return parseSectionSwitch("__TEXT","__destructor"); in parseSectionDirectiveDestructor() [all …]
|