Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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,
1052 void printImpl(raw_ostream &OS, PrintType Type,
/freebsd-14.2/sys/dev/aacraid/
H A Daacraid_debug.c524 unsigned long PrintType; in aacraid_fw_printf() local
526 PrintType = PrintFlags & in aacraid_fw_printf()
528 if (((PrintType!=0) && (sc!=NULL) && ((sc->DebugFlags & PrintType)==0)) in aacraid_fw_printf()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp155 void FileSystem::dump() const { print(dbgs(), PrintType::RecursiveContents); } in dump()
281 void printImpl(raw_ostream &OS, PrintType Type,
367 void RealFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl()
483 void OverlayFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl()
487 if (Type == PrintType::Summary) in printImpl()
490 if (Type == PrintType::Contents) in printImpl()
491 Type = PrintType::Summary; in printImpl()
1171 void InMemoryFileSystem::printImpl(raw_ostream &OS, PrintType PrintContents, in printImpl()
1531 void RedirectingFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl()
1536 if (Type == PrintType::Summary) in printImpl()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1816 bool PrintType = IsValidFromInt && IsValidToInt && in PrintAPSInt() local
1821 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()
1824 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()
1826 PrintAPSInt(ToInt, ToExpr, IsValidToInt, ToIntType, PrintType); in PrintAPSInt()
1834 QualType IntType, bool PrintType) { in PrintAPSInt() argument
1843 if (PrintType) { in PrintAPSInt()
/freebsd-14.2/contrib/lua/src/
H A Dluac.c265 static void PrintType(const Proto* f, int i) in PrintType() function
696 PrintType(f,i); in PrintDebug()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h248 void printAsOperand(raw_ostream &O, bool PrintType = true,
250 void printAsOperand(raw_ostream &O, bool PrintType,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h385 void printImpl(raw_ostream &OS, PrintType Type, in printImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2638 void writeOperand(const Value *Op, bool PrintType);
2728 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand() argument
2733 if (PrintType) { in writeOperand()
4965 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl() argument
4968 if (PrintType) { in printAsOperandImpl()
4977 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument
4982 if (!PrintType) in printAsOperand()
4989 printAsOperandImpl(*this, O, PrintType, MST); in printAsOperand()
4992 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument
4994 if (!PrintType) in printAsOperand()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp65 static std::string PrintType(const Type *type, bool truncate = false) { in PrintType() function
652 PrintType(operand_type).c_str()); in CanInterpret()
664 PrintType(operand_type).c_str()); in CanInterpret()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp96 static std::string PrintType(const llvm::Type *type, bool truncate = false) { in PrintType() function
1053 PrintType(value_type), *value_size, value_alignment); in MaybeHandleVariable()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1171 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h639 void printAsOperand(raw_ostream &OS, bool PrintType) const { in printAsOperand() argument