Searched refs:DumpType (Results 1 – 8 of 8) sorted by relevance
144 static unsigned DumpType = DIDT_Null; variable316 DumpOpts.DumpType = DumpType; in getDumpOpts()662 if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) in dumpObjectFile()828 DumpType |= DIDT_##ENUM_NAME; \ in main()837 DumpType |= DIDT_UUID; in main()839 DumpType = DIDT_All; in main()840 if (DumpType == DIDT_Null) { in main()842 DumpType = DIDT_All; in main()844 DumpType = DIDT_DebugInfo; in main()
71 options.DumpType &= ~DIDT_UUID; in dumpDWARFContext()72 options.DumpType &= ~(1 << DIDT_ID_DebugFrame); in dumpDWARFContext()
696 /// "DumpType" for a given Windows Registry key.700 /// valid values for DumpType are:712 DWORD DumpType;713 DWORD TypeSize = sizeof(DumpType);715 NULL, &DumpType, &TypeSize))718 switch (DumpType) {788 // is NULL or if there is no valid DumpType value at its location).789 MINIDUMP_TYPE DumpType;790 if (!GetDumpType(AppSpecificKey, DumpType))791 if (!GetDumpType(DefaultLocalDumpsKey, DumpType))[all …]
991 uint64_t DumpType = DumpOpts.DumpType; in dump() local998 if (DumpType & DIDT_UUID) in dump()1004 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()1009 bool Should = (DumpType & Mask) && (Explicit || !Section.empty()); in dump()1042 if ((DumpType & DIDT_DebugInfo)) { in dump()1058 if ((DumpType & DIDT_DebugTypes)) { in dump()1400 if (DumpOpts.DumpType & DIDT_DebugCUIndex) in verify()1402 if (DumpOpts.DumpType & DIDT_DebugTUIndex) in verify()1404 if (DumpOpts.DumpType & DIDT_DebugInfo) in verify()1406 if (DumpOpts.DumpType & DIDT_DebugLine) in verify()[all …]
194 unsigned DumpType = DIDT_All; member
237 # but DumpType like: 4~small 5~full (MEMORY.DMP) 6~kernel (MEMORY.DMP)243 >>>0xf98 default x DumpType
3154 DumpOpts.DumpType = DwarfDumpType; in dumpObject()
2220 DumpOpts.DumpType = DwarfDumpType; in ProcessMachO()