Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc644 /// "DumpType" for a given Windows Registry key.
648 /// valid values for DumpType are:
660 DWORD DumpType;
661 DWORD TypeSize = sizeof(DumpType);
662 if (ERROR_SUCCESS != ::RegGetValueW(Key, NULL, L"DumpType", RRF_RT_REG_DWORD,
663 NULL, &DumpType,
667 switch (DumpType) {
732 // is NULL or if there is no valid DumpType value at its location).
733 MINIDUMP_TYPE DumpType;
734 if (!GetDumpType(AppSpecificKey, DumpType))
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DSignals.inc671 /// "DumpType" for a given Windows Registry key.
675 /// valid values for DumpType are:
687 DWORD DumpType;
688 DWORD TypeSize = sizeof(DumpType);
689 if (ERROR_SUCCESS != ::RegGetValueW(Key, NULL, L"DumpType", RRF_RT_REG_DWORD,
690 NULL, &DumpType,
694 switch (DumpType) {
759 // is NULL or if there is no valid DumpType value at its location).
760 MINIDUMP_TYPE DumpType;
761 if (!GetDumpType(AppSpecificKey, DumpType))
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp326 uint64_t DumpType = DumpOpts.DumpType; in dump() local
333 if (DumpType & DIDT_UUID) in dump()
339 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()
344 bool Should = (DumpType & Mask) && (Explicit || !Section.empty()); in dump()
369 if ((DumpType & DIDT_DebugInfo)) { in dump()
385 if ((DumpType & DIDT_DebugTypes)) { in dump()
441 if (DumpType & DIDT_DebugMacro) { in dump()
689 if (DumpOpts.DumpType & DIDT_DebugInfo) in verify()
691 if (DumpOpts.DumpType & DIDT_DebugLine) in verify()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h172 unsigned DumpType = DIDT_All; member
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1257 …BOOL WINAPI MiniDumpWriteDump(HANDLE hProcess,DWORD ProcessId,HANDLE hFile,MINIDUMP_TYPE DumpType,…