Home | History | Annotate | Download | only in MCParser

Lines Matching full:directivemap

101   /// DirectiveMap - This is a table handlers for directives.  Each handler is
105 StringMap<std::pair<MCAsmParserExtension*, DirectiveHandler> > DirectiveMap;
129 DirectiveMap[Directive] = std::make_pair(Object, Handler);
1166 DirectiveMap.lookup(IDVal);