Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.cpp38 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/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp157 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/vboot_reference/cgpt/
Dcmd_find.c33 PrintTypes(); in Usage()
Dcmd_add.c35 PrintTypes(); in Usage()
Dcgpt.h146 void PrintTypes(void);
Dcgpt_common.c678 void PrintTypes(void) { in PrintTypes() function