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.h1659 SmallVector<DumpInfo, 0> Dumps; variable
1748 ArrayRef<DumpInfo> getDumps() const { return Dumps; } in getDumps()
1826 Dumps.push_back(DumpInfo(Loc, Message)); in addDump()
1833 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.in88 …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.inc716 // "Collecting User-Mode Dumps" that may optionally be set to collect crash
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2974 for (DumpInfo &Dump : Dumps) { in resolveReferences()