Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp57 void PrintTypes(raw_ostream &OS, ArrayRef<const Record *> Types);
138 PrintTypes(OS, TS); in EmitInterp()
295 PrintTypes(OS, TS); in EmitGroup()
354 PrintTypes(OS, TS); in EmitEval()
365 void ClangOpcodesEmitter::PrintTypes(raw_ostream &OS, in PrintTypes() function in ClangOpcodesEmitter
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp113 PrintTypes = options().getPrintTypes(); in LVCompare()
115 options().getPrintScopes() || PrintLines || PrintSymbols || PrintTypes; in LVCompare()
373 (!PrintTypes && Element->getIsType())) in printItem()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVCompare.h48 bool PrintTypes = false; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp257 void print(raw_ostream &OS, bool PrintTypes = false) { in print() argument
259 Base->printAsOperand(OS, PrintTypes); in print()
261 Offset->printAsOperand(OS, PrintTypes); in print()
263 Length->printAsOperand(OS, PrintTypes); in print()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1701 goto PrintTypes; in PrintTypeNames()
1714 PrintTypes: in PrintTypeNames()