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

/external/v8/src/compiler/
H A Dgraph-visualizer.cc256 void PrintType(Node* node);
381 void GraphC1Visualizer::PrintType(Node* node) { function in class:v8::internal::compiler::GraphC1Visualizer
480 PrintType(node);
506 PrintType(current->control_input());
/external/lldb/source/Expression/
H A DIRInterpreter.cpp49 PrintType(const Type *type, bool truncate = false) function
541 log->Printf("Unsupported operand type: %s", PrintType(operand_type).c_str());
H A DIRForTarget.cpp134 PrintType(const llvm::Type *type, bool truncate = false) function
1549 PrintType(value_type).c_str(),
/external/llvm/lib/IR/
H A DAsmWriter.cpp2026 void writeOperand(const Value *Op, bool PrintType);
2084 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { argument
2089 if (PrintType) {
2625 writeOperand(F->getPersonalityFn(), /*PrintType=*/true);
2888 writeOperand(CatchSwitch->getParentPad(), /*PrintType=*/false);
2894 writeOperand(PadBB, /*PrintType=*/true);
2899 writeOperand(UnwindDest, /*PrintType=*/true);
2904 writeOperand(FPI->getParentPad(), /*PrintType=*/false);
2910 writeOperand(FPI->getArgOperand(Op), /*PrintType=*/true);
2917 writeOperand(CRI->getOperand(0), /*PrintType
3350 printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, ModuleSlotTracker &MST) argument
3364 printAsOperand(raw_ostream &O, bool PrintType, const Module *M) const argument
3379 printAsOperand(raw_ostream &O, bool PrintType, ModuleSlotTracker &MST) const argument
[all...]
/external/clang/tools/c-index-test/
H A Dc-index-test.c1300 static enum CXChildVisitResult PrintType(CXCursor cursor, CXCursor p, function
4208 PrintType, 0);

Completed in 644 milliseconds