Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h341 enum class PrintType { Summary, Contents, RecursiveContents }; enum
342 void print(raw_ostream &OS, PrintType Type = PrintType::Contents,
359 virtual void printImpl(raw_ostream &OS, PrintType Type, in printImpl()
446 void printImpl(raw_ostream &OS, PrintType Type,
654 void printImpl(raw_ostream &OS, PrintType Type,
1111 void printImpl(raw_ostream &OS, PrintType Type,
1207 void printImpl(raw_ostream &OS, PrintType Type,
/freebsd/sys/dev/aacraid/
H A Daacraid_debug.c523 unsigned long PrintType; in aacraid_fw_printf() local
525 PrintType = PrintFlags & in aacraid_fw_printf()
527 if (((PrintType!=0) && (sc!=NULL) && ((sc->DebugFlags & PrintType)==0)) in aacraid_fw_printf()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp165 void FileSystem::dump() const { print(dbgs(), PrintType::RecursiveContents); } in dump()
293 void printImpl(raw_ostream &OS, PrintType Type,
388 void RealFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl()
519 void OverlayFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl()
523 if (Type == PrintType::Summary) in printImpl()
526 if (Type == PrintType::Contents) in printImpl()
527 Type = PrintType::Summary; in printImpl()
1207 void InMemoryFileSystem::printImpl(raw_ostream &OS, PrintType PrintContents, in printImpl()
1567 void RedirectingFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl()
1572 if (Type == PrintType::Summary) in printImpl()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1877 bool PrintType = IsValidFromInt && IsValidToInt && in PrintAPSInt() local
1882 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()
1885 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()
1887 PrintAPSInt(ToInt, ToExpr, IsValidToInt, ToIntType, PrintType); in PrintAPSInt()
1895 QualType IntType, bool PrintType) { in PrintAPSInt() argument
1904 if (PrintType) { in PrintAPSInt()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h249 LLVM_ABI void printAsOperand(raw_ostream &O, bool PrintType = true,
251 LLVM_ABI void printAsOperand(raw_ostream &O, bool PrintType,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2888 void writeOperand(const Value *Op, bool PrintType);
2981 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand() argument
2986 if (PrintType) { in writeOperand()
5289 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl() argument
5292 if (PrintType) { in printAsOperandImpl()
5301 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument
5306 if (!PrintType) in printAsOperand()
5313 printAsOperandImpl(*this, O, PrintType, MST); in printAsOperand()
5316 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument
5318 if (!PrintType) in printAsOperand()
[all …]
/freebsd/contrib/llvm-project/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()
661 PrintType(operand_type).c_str()); in CanInterpret()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h492 void printImpl(raw_ostream &OS, PrintType Type, in printImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp95 static std::string PrintType(const llvm::Type *type, bool truncate = false) { in PrintType() function
1054 PrintType(value_type), *value_size, value_alignment); in MaybeHandleVariable()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1256 LLVM_ABI void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h353 void printAsOperand(raw_ostream &OS, bool PrintType = false) const {