Searched refs:PrintTypes (Results 1 – 2 of 2) sorted by relevance
57 void PrintTypes(raw_ostream &OS, ArrayRef<Record *> Types);132 PrintTypes(OS, TS); in EmitInterp()277 PrintTypes(OS, TS); in EmitGroup()333 PrintTypes(OS, TS); in EmitEval()344 void ClangOpcodesEmitter::PrintTypes(raw_ostream &OS, ArrayRef<Record *> Types) { in PrintTypes() function in ClangOpcodesEmitter
214 void print(raw_ostream &OS, bool PrintTypes = false) { in print() argument216 Base->printAsOperand(OS, PrintTypes); in print()218 Offset->printAsOperand(OS, PrintTypes); in print()220 Length->printAsOperand(OS, PrintTypes); in print()