Searched refs:PrintTypes (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyTargetStreamer.cpp | 38 static void PrintTypes(formatted_raw_ostream &OS, ArrayRef<MVT> Types) { in PrintTypes() function 52 PrintTypes(OS, Types); in emitParam() 57 PrintTypes(OS, Types); in emitResult() 62 PrintTypes(OS, Types); in emitLocal()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/ |
D | LVCompare.cpp | 113 PrintTypes = options().getPrintTypes(); in LVCompare() 115 options().getPrintScopes() || PrintLines || PrintSymbols || PrintTypes; in LVCompare() 374 (!PrintTypes && Element->getIsType())) in printItem()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 157 void print(raw_ostream &OS, bool PrintTypes = false) { in print() argument 159 Base->printAsOperand(OS, PrintTypes); in print() 161 Offset->printAsOperand(OS, PrintTypes); in print() 163 Length->printAsOperand(OS, PrintTypes); in print()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVCompare.h | 48 bool PrintTypes = false; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 214 void print(raw_ostream &OS, bool PrintTypes = false) { in print() argument 216 Base->printAsOperand(OS, PrintTypes); in print() 218 Offset->printAsOperand(OS, PrintTypes); in print() 220 Length->printAsOperand(OS, PrintTypes); in print()
|
/external/vboot_reference/cgpt/ |
D | cmd_find.c | 34 PrintTypes(); in Usage()
|
D | cmd_add.c | 39 PrintTypes(); in Usage()
|
D | cgpt.h | 133 void PrintTypes(void);
|
D | cgpt_common.c | 731 void PrintTypes(void) { in PrintTypes() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 219 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()
|