Home
last modified time | relevance | path

Searched refs:Dumps (Results 1 – 6 of 6) sorted by relevance

/freebsd/stand/fdt/
H A Dhelp.fdt37 Dumps DTB size, format and other key values.
67 Dumps the list of reserved memory regions.
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1666 SmallVector<DumpInfo, 0> Dumps; variable
1758 ArrayRef<DumpInfo> getDumps() const { return Dumps; } in getDumps()
1820 Dumps.push_back(DumpInfo(Loc, Message)); in addDump()
1827 void appendDumps(const Record *Rec) { Dumps.append(Rec->Dumps); } in appendDumps()
/freebsd/contrib/netbsd-tests/share/mk/
H A Dcommon.subr29 # Dumps a file to the test's stdout for debugging purposes.
/freebsd/crypto/heimdal/kadmin/
H A Dkadmin-commands.in82 …help = "Dumps the database in a human readable format to the specified file, \nor the standard out…
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc775 // "Collecting User-Mode Dumps" that may optionally be set to collect crash
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2877 for (auto &Dump : Dumps) { in resolveReferences()