Searched refs:DumpType (Results 1 – 7 of 7) sorted by relevance
141 static unsigned DumpType = DIDT_Null; variable302 DumpOpts.DumpType = DumpType; in getDumpOpts()604 if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) in dumpObjectFile()764 DumpType |= DIDT_##ENUM_NAME; \ in main()773 DumpType |= DIDT_UUID; in main()775 DumpType = DIDT_All; in main()776 if (DumpType == DIDT_Null) { in main()778 DumpType = DIDT_All; in main()780 DumpType = DIDT_DebugInfo; in main()
691 /// "DumpType" for a given Windows Registry key.695 /// valid values for DumpType are:707 DWORD DumpType;708 DWORD TypeSize = sizeof(DumpType);710 NULL, &DumpType, &TypeSize))713 switch (DumpType) {783 // is NULL or if there is no valid DumpType value at its location).784 MINIDUMP_TYPE DumpType;785 if (!GetDumpType(AppSpecificKey, DumpType))786 if (!GetDumpType(DefaultLocalDumpsKey, DumpType))[all …]
37 opts.DumpType = DIDT_All; in LLVMFuzzerTestOneInput()
352 uint64_t DumpType = DumpOpts.DumpType; in dump() local359 if (DumpType & DIDT_UUID) in dump()365 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()370 bool Should = (DumpType & Mask) && (Explicit || !Section.empty()); in dump()395 if ((DumpType & DIDT_DebugInfo)) { in dump()411 if ((DumpType & DIDT_DebugTypes)) { in dump()770 if (DumpOpts.DumpType & DIDT_DebugCUIndex) in verify()772 if (DumpOpts.DumpType & DIDT_DebugTUIndex) in verify()774 if (DumpOpts.DumpType & DIDT_DebugInfo) in verify()776 if (DumpOpts.DumpType & DIDT_DebugLine) in verify()
190 unsigned DumpType = DIDT_All; member
2827 DumpOpts.DumpType = DwarfDumpType; in dumpObject()
2258 DumpOpts.DumpType = DwarfDumpType; in ProcessMachO()