Home
last modified time | relevance | path

Searched refs:DumpType (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp137 static unsigned DumpType = DIDT_Null; variable
275 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DSignals.inc675 /// "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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/fuzzer/
H A Dllvm-dwarfdump-fuzzer.cpp37 opts.DumpType = DIDT_All; in LLVMFuzzerTestOneInput()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp349 uint64_t DumpType = DumpOpts.DumpType; in dump() local
356 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDIContext.h189 unsigned DumpType = DIDT_All; member
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dwindows237 # but DumpType like: 4~small 5~full (MEMORY.DMP) 6~kernel (MEMORY.DMP)
243 >>>0xf98 default x DumpType
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2245 DumpOpts.DumpType = DwarfDumpType; in dumpObject()
H A DMachODump.cpp2002 DumpOpts.DumpType = DwarfDumpType; in ProcessMachO()