Searched refs:PrintType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DAsmWriter.cpp1117 bool PrintType, const Module *Context) {
1121 if (!PrintType &&
1133 if (PrintType) {
1164 void writeOperand(const Value *Op, bool PrintType);
1185 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { argument
1190 if (PrintType) {
1116 WriteAsOperand(raw_ostream &Out, const Value *V, bool PrintType, const Module *Context) argument

Completed in 69 milliseconds