Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVCompare.h48 bool PrintTypes = false; variable
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp352 void ClangOpcodesEmitter::PrintTypes(raw_ostream &OS, ArrayRef<Record *> Types) { in PrintTypes() function in ClangOpcodesEmitter
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp219 void print(raw_ostream &OS, bool PrintTypes = false) { in print()