Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp144 static unsigned DumpType = DIDT_Null; variable
316 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebugInfoSupport.cpp71 options.DumpType &= ~DIDT_UUID; in dumpDWARFContext()
72 options.DumpType &= ~(1 << DIDT_ID_DebugFrame); in dumpDWARFContext()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc696 /// "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 …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp991 uint64_t DumpType = DumpOpts.DumpType; in dump() local
998 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h194 unsigned DumpType = DIDT_All; member
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dwindows237 # but DumpType like: 4~small 5~full (MEMORY.DMP) 6~kernel (MEMORY.DMP)
243 >>>0xf98 default x DumpType
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp3154 DumpOpts.DumpType = DwarfDumpType; in dumpObject()
H A DMachODump.cpp2220 DumpOpts.DumpType = DwarfDumpType; in ProcessMachO()