Home
last modified time | relevance | path

Searched refs:PrintType (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h321 enum class PrintType { Summary, Contents, RecursiveContents }; enum
322 void print(raw_ostream &OS, PrintType Type = PrintType::Contents,
332 virtual void printImpl(raw_ostream &OS, PrintType Type, in printImpl()
416 void printImpl(raw_ostream &OS, PrintType Type,
609 void printImpl(raw_ostream &OS, PrintType Type,
1044 void printImpl(raw_ostream &OS, PrintType Type,
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp154 void FileSystem::dump() const { print(dbgs(), PrintType::RecursiveContents); } in dump()
280 void printImpl(raw_ostream &OS, PrintType Type,
364 void RealFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl()
480 void OverlayFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl()
484 if (Type == PrintType::Summary) in printImpl()
487 if (Type == PrintType::Contents) in printImpl()
488 Type = PrintType::Summary; in printImpl()
1169 void InMemoryFileSystem::printImpl(raw_ostream &OS, PrintType PrintContents, in printImpl()
1529 void RedirectingFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl()
1534 if (Type == PrintType::Summary) in printImpl()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTDiagnostic.cpp1815 bool PrintType = IsValidFromInt && IsValidToInt && in PrintAPSInt() local
1820 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()
1823 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()
1825 PrintAPSInt(ToInt, ToExpr, IsValidToInt, ToIntType, PrintType); in PrintAPSInt()
1833 QualType IntType, bool PrintType) { in PrintAPSInt() argument
1842 if (PrintType) { in PrintAPSInt()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DValue.h248 void printAsOperand(raw_ostream &O, bool PrintType = true,
250 void printAsOperand(raw_ostream &O, bool PrintType,
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h379 void printImpl(raw_ostream &OS, PrintType Type, in printImpl()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp2580 void writeOperand(const Value *Op, bool PrintType);
2668 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand() argument
2673 if (PrintType) { in writeOperand()
4766 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl() argument
4769 if (PrintType) { in printAsOperandImpl()
4778 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument
4783 if (!PrintType) in printAsOperand()
4790 printAsOperandImpl(*this, O, PrintType, MST); in printAsOperand()
4793 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument
4795 if (!PrintType) in printAsOperand()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp64 static std::string PrintType(const Type *type, bool truncate = false) { in PrintType() function
648 PrintType(operand_type).c_str()); in CanInterpret()
660 PrintType(operand_type).c_str()); in CanInterpret()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp135 template <typename PrintType, typename ArgType>
141 dumpSymbolField(OS, Name, static_cast<PrintType>(Value), Indent); in DumpDIAValueAs()
/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
1210 PrintType(value_type), *value_size, value_alignment); in MaybeHandleVariable()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1139 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
/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
5023 PrintType, 0); in cindextest_main()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h605 void printAsOperand(raw_ostream &OS, bool PrintType) const { in printAsOperand() argument