Searched defs:ELFAsmParser (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp1 //===- ELFAsmParser.cpp - ELF Assembly Parser -----------------------------===//
24 class ELFAsmParser : public MCAsmParserExtension { class in namespace:__anon21276
25 template<bool (ELFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
28 this, HandleDirective<ELFAsmParser, HandlerMethod>);
38 ELFAsmParser() : SeenIdent(false) { function in class:__anon21276::ELFAsmParser
46 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveData>(".data");
47 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text");
48 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveBSS>(".bss");
49 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveRoData>(".rodata");
50 addDirectiveHandler<&ELFAsmParser
[all...]

Completed in 56 milliseconds