Searched defs:PrintType (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 321 enum class PrintType { Summary, Contents, RecursiveContents }; enum
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 2668 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 D | IRInterpreter.cpp | 64 static std::string PrintType(const Type *type, bool truncate = false) { in PrintType() function
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 1815 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 D | IRForTarget.cpp | 96 static std::string PrintType(const llvm::Type *type, bool truncate = false) { in PrintType() function
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 605 void printAsOperand(raw_ostream &OS, bool PrintType) const { in printAsOperand()
|
/openbsd-src/gnu/llvm/clang/tools/c-index-test/ |
H A D | c-index-test.c | 1575 static enum CXChildVisitResult PrintType(CXCursor cursor, CXCursor p, in PrintType() function
|