Searched refs:PrintTypes (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangOpcodesEmitter.cpp | 55 void PrintTypes(raw_ostream &OS, ArrayRef<const Record *> Types); 143 PrintTypes(OS, TS); in EmitInterp() 318 PrintTypes(OS, TS); in EmitGroup() 383 PrintTypes(OS, TS); 394 void ClangOpcodesEmitter::PrintTypes(raw_ostream &OS, 365 void ClangOpcodesEmitter::PrintTypes(raw_ostream &OS, PrintTypes() function in ClangOpcodesEmitter
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVCompare.cpp | 113 PrintTypes = options().getPrintTypes(); in LVCompare() 115 options().getPrintScopes() || PrintLines || PrintSymbols || PrintTypes; in LVCompare() 373 (!PrintTypes && Element->getIsType())) in printItem()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVCompare.h | 48 bool PrintTypes = false; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 260 void print(raw_ostream &OS, bool PrintTypes = false) { in print() 262 Base->printAsOperand(OS, PrintTypes); in print() 264 Offset->printAsOperand(OS, PrintTypes); in print() 266 Length->printAsOperand(OS, PrintTypes); in dump() 257 print(raw_ostream & OS,bool PrintTypes=false) print() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 1723 goto PrintTypes; in PrintTypeNames() 1736 PrintTypes: in PrintExpr()
|