Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp113 static unsigned DumpType = DIDT_Null; variable
235 DumpOpts.DumpType = DumpType; in getDumpOpts()
412 if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) in dumpObjectFile()
599 DumpType |= DIDT_##ENUM_NAME; \ in main()
608 DumpType |= DIDT_UUID; in main()
610 DumpType = DIDT_All; in main()
611 if (DumpType == DIDT_Null) { in main()
613 DumpType = DIDT_All; in main()
615 DumpType = DIDT_DebugInfo; in main()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DSignals.inc655 /// "DumpType" for a given Windows Registry key.
659 /// valid values for DumpType are:
671 DWORD DumpType;
672 DWORD TypeSize = sizeof(DumpType);
674 NULL, &DumpType,
678 switch (DumpType) {
743 // is NULL or if there is no valid DumpType value at its location).
744 MINIDUMP_TYPE DumpType;
745 if (!GetDumpType(AppSpecificKey, DumpType))
746 if (!GetDumpType(DefaultLocalDumpsKey, DumpType))
[all …]
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp320 uint64_t DumpType = DumpOpts.DumpType; in dump() local
327 if (DumpType & DIDT_UUID) in dump()
333 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()
338 bool Should = (DumpType & Mask) && (Explicit || !Section.empty()); in dump()
363 if ((DumpType & DIDT_DebugInfo)) { in dump()
379 if ((DumpType & DIDT_DebugTypes)) { in dump()
411 if (DumpType & DIDT_DebugMacro) { in dump()
655 if (DumpOpts.DumpType & DIDT_DebugInfo) in verify()
657 if (DumpOpts.DumpType & DIDT_DebugLine) in verify()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt_dll.h32 HANDLE hFile, MINIDUMP_TYPE DumpType,
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/
H A DDIContext.h160 unsigned DumpType = DIDT_All; member
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2413 DumpOpts.DumpType = DwarfDumpType; in dumpObject()
H A DMachODump.cpp1679 DumpOpts.DumpType = DwarfDumpType; in ProcessMachO()