Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp152 static unsigned DumpType = DIDT_Null; variable
342 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()
/src/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()
/src/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc701 /// "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 …]
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp992 uint64_t DumpType = DumpOpts.DumpType; in dump() local
999 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 …]
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h194 unsigned DumpType = DIDT_All; member
/src/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
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp3306 DumpOpts.DumpType = DwarfDumpType; in dumpObject()
H A DMachODump.cpp2220 DumpOpts.DumpType = DwarfDumpType; in ProcessMachO()