Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp57 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
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp113 PrintTypes = options().getPrintTypes(); in LVCompare()
115 options().getPrintScopes() || PrintLines || PrintSymbols || PrintTypes; in LVCompare()
374 (!PrintTypes && Element->getIsType())) in printItem()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVCompare.h48 bool PrintTypes = false; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp219 void print(raw_ostream &OS, bool PrintTypes = false) { in print() argument
221 Base->printAsOperand(OS, PrintTypes); in print()
223 Offset->printAsOperand(OS, PrintTypes); in print()
225 Length->printAsOperand(OS, PrintTypes); in print()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTDiagnostic.cpp1700 goto PrintTypes; in PrintTypeNames()
1713 PrintTypes: in PrintTypeNames()