Searched refs:DumpType (Results 1 – 7 of 7) sorted by relevance
137 static unsigned DumpType = DIDT_Null; variable280 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()
675 /// "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 …]
32 HANDLE hFile, MINIDUMP_TYPE DumpType,
349 uint64_t DumpType = DumpOpts.DumpType; in dump() local356 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()
181 unsigned DumpType = DIDT_All; member
2328 DumpOpts.DumpType = DwarfDumpType; in dumpObject()
2002 DumpOpts.DumpType = DwarfDumpType; in ProcessMachO()