Searched refs:DumpType (Results 1 – 8 of 8) sorted by relevance
152 static unsigned DumpType = DIDT_Null; variable342 DumpOpts.DumpType = DumpType; in getDumpOpts()692 if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) in dumpObjectFile()863 DumpType |= DIDT_##ENUM_NAME; \ in main()872 DumpType |= DIDT_UUID; in main()874 DumpType = DIDT_All; in main()875 if (DumpType == DIDT_Null) { in main()877 DumpType = DIDT_All; in main()879 DumpType = DIDT_DebugInfo; in main()
71 options.DumpType &= ~DIDT_UUID; in dumpDWARFContext()72 options.DumpType &= ~(1 << DIDT_ID_DebugFrame); in dumpDWARFContext()
701 /// "DumpType" for a given Windows Registry key.705 /// valid values for DumpType are:717 DWORD DumpType;718 DWORD TypeSize = sizeof(DumpType);719 if (ERROR_SUCCESS != ::RegGetValueW(Key, NULL, L"DumpType", RRF_RT_REG_DWORD,720 NULL, &DumpType, &TypeSize))723 switch (DumpType) {793 // is NULL or if there is no valid DumpType value at its location).794 MINIDUMP_TYPE DumpType;795 if (!GetDumpType(AppSpecificKey, DumpType))[all …]
992 uint64_t DumpType = DumpOpts.DumpType; in dump() local999 if (DumpType & DIDT_UUID) in dump()1005 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()1010 bool Should = (DumpType & Mask) && (Explicit || !Section.empty()); in dump()1043 if ((DumpType & DIDT_DebugInfo)) { in dump()1059 if ((DumpType & DIDT_DebugTypes)) { in dump()1401 if (DumpOpts.DumpType & DIDT_DebugCUIndex) in verify()1403 if (DumpOpts.DumpType & DIDT_DebugTUIndex) in verify()1405 if (DumpOpts.DumpType & DIDT_DebugInfo) in verify()1407 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
3306 DumpOpts.DumpType = DwarfDumpType; in dumpObject()
2220 DumpOpts.DumpType = DwarfDumpType; in ProcessMachO()