Searched refs:DumpType (Results 1 – 8 of 8) sorted by relevance
137 static unsigned DumpType = DIDT_Null; variable275 DumpOpts.DumpType = DumpType; in getDumpOpts()458 if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) in dumpObjectFile()648 DumpType |= DIDT_##ENUM_NAME; \ in main()657 DumpType |= DIDT_UUID; in main()659 DumpType = DIDT_All; in main()660 if (DumpType == DIDT_Null) { in main()662 DumpType = DIDT_All; in main()664 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);693 if (ERROR_SUCCESS != ::RegGetValueW(Key, NULL, L"DumpType", RRF_RT_REG_DWORD,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))[all …]
37 opts.DumpType = DIDT_All; in LLVMFuzzerTestOneInput()
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()
189 unsigned DumpType = DIDT_All; member
237 # but DumpType like: 4~small 5~full (MEMORY.DMP) 6~kernel (MEMORY.DMP)243 >>>0xf98 default x DumpType
2245 DumpOpts.DumpType = DwarfDumpType; in dumpObject()
2002 DumpOpts.DumpType = DwarfDumpType; in ProcessMachO()