Home
last modified time | relevance | path

Searched refs:DumpType (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp137 static unsigned DumpType = DIDT_Null; variable
280 DumpOpts.DumpType = DumpType; in getDumpOpts()
463 if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) in dumpObjectFile()
653 DumpType |= DIDT_##ENUM_NAME; \ in main()
662 DumpType |= DIDT_UUID; in main()
664 DumpType = DIDT_All; in main()
665 if (DumpType == DIDT_Null) { in main()
667 DumpType = DIDT_All; in main()
669 DumpType = DIDT_DebugInfo; in main()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc675 /// "DumpType" for a given Windows Registry key.
679 /// valid values for DumpType are:
691 DWORD DumpType;
692 DWORD TypeSize = sizeof(DumpType);
694 NULL, &DumpType,
698 switch (DumpType) {
763 // is NULL or if there is no valid DumpType value at its location).
764 MINIDUMP_TYPE DumpType;
765 if (!GetDumpType(AppSpecificKey, DumpType))
766 if (!GetDumpType(DefaultLocalDumpsKey, DumpType))
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt_dll.h32 HANDLE hFile, MINIDUMP_TYPE DumpType,
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp349 uint64_t DumpType = DumpOpts.DumpType; in dump() local
356 if (DumpType & DIDT_UUID) in dump()
362 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()
367 bool Should = (DumpType & Mask) && (Explicit || !Section.empty()); in dump()
392 if ((DumpType & DIDT_DebugInfo)) { in dump()
408 if ((DumpType & DIDT_DebugTypes)) { in dump()
738 if (DumpOpts.DumpType & DIDT_DebugInfo) in verify()
740 if (DumpOpts.DumpType & DIDT_DebugLine) in verify()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h181 unsigned DumpType = DIDT_All; member
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2328 DumpOpts.DumpType = DwarfDumpType; in dumpObject()
H A DMachODump.cpp2002 DumpOpts.DumpType = DwarfDumpType; in ProcessMachO()