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

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

Completed in 503 milliseconds