Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp344 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()