Searched refs:DumpType (Results 1 – 7 of 7) sorted by relevance
113 static unsigned DumpType = DIDT_Null; variable235 DumpOpts.DumpType = DumpType; in getDumpOpts()412 if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) in dumpObjectFile()599 DumpType |= DIDT_##ENUM_NAME; \ in main()608 DumpType |= DIDT_UUID; in main()610 DumpType = DIDT_All; in main()611 if (DumpType == DIDT_Null) { in main()613 DumpType = DIDT_All; in main()615 DumpType = DIDT_DebugInfo; in main()
655 /// "DumpType" for a given Windows Registry key.659 /// valid values for DumpType are:671 DWORD DumpType;672 DWORD TypeSize = sizeof(DumpType);674 NULL, &DumpType,678 switch (DumpType) {743 // is NULL or if there is no valid DumpType value at its location).744 MINIDUMP_TYPE DumpType;745 if (!GetDumpType(AppSpecificKey, DumpType))746 if (!GetDumpType(DefaultLocalDumpsKey, DumpType))[all …]
320 uint64_t DumpType = DumpOpts.DumpType; in dump() local327 if (DumpType & DIDT_UUID) in dump()333 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()338 bool Should = (DumpType & Mask) && (Explicit || !Section.empty()); in dump()363 if ((DumpType & DIDT_DebugInfo)) { in dump()379 if ((DumpType & DIDT_DebugTypes)) { in dump()411 if (DumpType & DIDT_DebugMacro) { in dump()655 if (DumpOpts.DumpType & DIDT_DebugInfo) in verify()657 if (DumpOpts.DumpType & DIDT_DebugLine) in verify()
32 HANDLE hFile, MINIDUMP_TYPE DumpType,
160 unsigned DumpType = DIDT_All; member
2413 DumpOpts.DumpType = DwarfDumpType; in dumpObject()
1679 DumpOpts.DumpType = DwarfDumpType; in ProcessMachO()