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

  /external/llvm/include/llvm/TableGen/
SetTheory.h 15 // expanders can be added to a SetTheory instance to teach it how to find the
81 /// set into a fully expanded list of elements. Expanders provide a way for
100 // Typed expanders by class name.
101 StringMap<Expander*> Expanders;
  /external/llvm/lib/TableGen/
SetTheory.cpp 265 Expanders[ClassName] = E;
310 if (Expander *Exp = Expanders.lookup(SC[i]->getName())) {

Completed in 201 milliseconds