HomeSort by relevance Sort by last modified time
    Searched refs:DirectiveMap (Results 1 - 2 of 2) sorted by null

  /build/kati/
parser.cc 46 typedef unordered_map<StringPiece, DirectiveHandler> DirectiveMap;
99 make_directives_ = new DirectiveMap;
114 else_if_directives_ = new DirectiveMap;
120 assign_directives_ = new DirectiveMap;
521 bool HandleDirective(StringPiece line, const DirectiveMap* directive_map) {
554 static DirectiveMap* make_directives_;
555 static DirectiveMap* else_if_directives_;
556 static DirectiveMap* assign_directives_;
590 Parser::DirectiveMap* Parser::make_directives_;
591 Parser::DirectiveMap* Parser::else_if_directives_
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp 102 /// DirectiveMap - This is a table handlers for directives. Each handler is
106 StringMap<std::pair<MCAsmParserExtension*, DirectiveHandler> > DirectiveMap;
135 DirectiveMap[Directive] = std::make_pair(Object, Handler);
    [all...]

Completed in 4035 milliseconds