Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp154 static unsigned DumpType = DIDT_Null; variable
352 DumpOpts.DumpType = DumpType; in getDumpOpts()
705 if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) in dumpObjectFile()
877 DumpType |= DIDT_##ENUM_NAME; \ in main()
886 DumpType |= DIDT_UUID; in main()
888 DumpType = DIDT_All; in main()
889 if (DumpType == DIDT_Null) { in main()
891 DumpType = DIDT_All; in main()
893 DumpType = DIDT_DebugInfo; in main()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc642 /// "DumpType" for a given Windows Registry key.
646 /// valid values for DumpType are:
658 DWORD DumpType;
659 DWORD TypeSize = sizeof(DumpType);
660 if (ERROR_SUCCESS != ::RegGetValueW(Key, NULL, L"DumpType", RRF_RT_REG_DWORD,
661 NULL, &DumpType, &TypeSize))
664 switch (DumpType) {
734 // is NULL or if there is no valid DumpType value at its location).
735 MINIDUMP_TYPE DumpType;
736 if (!GetDumpType(AppSpecificKey, DumpType))
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebugInfoSupport.cpp70 options.DumpType &= ~DIDT_UUID; in dumpDWARFContext()
71 options.DumpType &= ~(1 << DIDT_ID_DebugFrame); in dumpDWARFContext()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp988 uint64_t DumpType = DumpOpts.DumpType; in dump() local
995 if (DumpType & DIDT_UUID) in dump()
1001 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()
1006 bool Should = (DumpType & Mask) && (Explicit || !Section.empty()); in dump()
1039 if ((DumpType & DIDT_DebugInfo)) { in dump()
1055 if ((DumpType & DIDT_DebugTypes)) { in dump()
1396 if (DumpOpts.DumpType & DIDT_DebugCUIndex) in verify()
1398 if (DumpOpts.DumpType & DIDT_DebugTUIndex) in verify()
1400 if (DumpOpts.DumpType & DIDT_DebugInfo) in verify()
1402 if (DumpOpts.DumpType & DIDT_DebugLine) in verify()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h197 unsigned DumpType = DIDT_All; member
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp3377 DumpOpts.DumpType = DwarfDumpType; in dumpObject()
H A DMachODump.cpp2216 DumpOpts.DumpType = DwarfDumpType; in ProcessMachO()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10769 …Dumper8DumpTypeEN5clang8QualTypeE", "(anonymous namespace)::StmtDumper::DumpType(clang::QualType)"…