Searched defs:PrintType (Results 1 – 3 of 3) sorted by relevance
2474 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()4381 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl()4393 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand()4408 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand()
558 void printAsOperand(raw_ostream &OS, bool PrintType) const { in printAsOperand()
556 void GraphC1Visualizer::PrintType(Node* node) { in PrintType() function in v8::internal::compiler::GraphC1Visualizer