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

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp57 void PrintTypes(raw_ostream &OS, ArrayRef<Record *> Types);
132 PrintTypes(OS, TS);
277 PrintTypes(OS, TS);
332 PrintTypes(OS, TS);
343 void ClangOpcodesEmitter::PrintTypes(raw_ostream &OS, ArrayRef<Record *> Types) { function in class:ClangOpcodesEmitter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp214 void print(raw_ostream &OS, bool PrintTypes = false) {
216 Base->printAsOperand(OS, PrintTypes);
218 Offset->printAsOperand(OS, PrintTypes);
220 Length->printAsOperand(OS, PrintTypes);

Completed in 66 milliseconds