Home
last modified time | relevance | path

Searched defs:PrintType (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp1472 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()
2609 void Value::printAsOperand(raw_ostream &O, bool PrintType, const Module *M) const { in printAsOperand()
2644 void Metadata::printAsOperand(raw_ostream &ROS, bool PrintType, in printAsOperand()
/minix3/external/bsd/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1253 static enum CXChildVisitResult PrintType(CXCursor cursor, CXCursor p, in PrintType() function