Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp57 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp214 void print(raw_ostream &OS, bool PrintTypes = false) { in print() argument
216 Base->printAsOperand(OS, PrintTypes); in print()
218 Offset->printAsOperand(OS, PrintTypes); in print()
220 Length->printAsOperand(OS, PrintTypes); in print()