Home
last modified time | relevance | path

Searched refs:emitTop (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp416 void emitTop(raw_ostream &o, unsigned &Indentation);
757 void ARMFilterChooser::emitTop(raw_ostream &o, unsigned &Indentation) { in emitTop() function in ARMFilterChooser
1754 FC->emitTop(o, Indentation); in emit()
DFixedLenDecoderEmitter.cpp281 void emitTop(raw_ostream &o, unsigned Indentation, std::string Namespace);
573 void FilterChooser::emitTop(raw_ostream &o, unsigned Indentation, in emitTop() function in FilterChooser
1485 FC.emitTop(o, 0, I->first.first); in run()