Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h321 enum class PrintType { Summary, Contents, RecursiveContents }; enum
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp2668 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()
4766 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl()
4778 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand()
4793 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp64 static std::string PrintType(const Type *type, bool truncate = false) { in PrintType() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTDiagnostic.cpp1815 bool PrintType = IsValidFromInt && IsValidToInt && in PrintAPSInt() local
1833 QualType IntType, bool PrintType) { in PrintAPSInt()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp96 static std::string PrintType(const llvm::Type *type, bool truncate = false) { in PrintType() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h605 void printAsOperand(raw_ostream &OS, bool PrintType) const { in printAsOperand()
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c1575 static enum CXChildVisitResult PrintType(CXCursor cursor, CXCursor p, in PrintType() function