Searched refs:PrintTypes (Results 1 – 5 of 5) sorted by relevance
57 void PrintTypes(raw_ostream &OS, ArrayRef<Record *> Types);135 PrintTypes(OS, TS); in EmitInterp()285 PrintTypes(OS, TS); in EmitGroup()341 PrintTypes(OS, TS); in EmitEval()352 void ClangOpcodesEmitter::PrintTypes(raw_ostream &OS, ArrayRef<Record *> Types) { in PrintTypes() function in ClangOpcodesEmitter
113 PrintTypes = options().getPrintTypes(); in LVCompare()115 options().getPrintScopes() || PrintLines || PrintSymbols || PrintTypes; in LVCompare()374 (!PrintTypes && Element->getIsType())) in printItem()
48 bool PrintTypes = false; variable
219 void print(raw_ostream &OS, bool PrintTypes = false) { in print() argument221 Base->printAsOperand(OS, PrintTypes); in print()223 Offset->printAsOperand(OS, PrintTypes); in print()225 Length->printAsOperand(OS, PrintTypes); in print()
1700 goto PrintTypes; in PrintTypeNames()1713 PrintTypes: in PrintTypeNames()