Searched refs:DumpType (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 78 void DWARFContext::dump(raw_ostream &OS, DIDumpType DumpType, bool DumpEH) { in dump() argument 79 if (DumpType == DIDT_All || DumpType == DIDT_Abbrev) { in dump() 84 if (DumpType == DIDT_All || DumpType == DIDT_AbbrevDwo) in dump() 90 if (DumpType == DIDT_All || DumpType == DIDT_Info) { in dump() 96 if ((DumpType == DIDT_All || DumpType == DIDT_InfoDwo) && in dump() 103 if ((DumpType == DIDT_All || DumpType == DIDT_Types) && getNumTypeUnits()) { in dump() 110 if ((DumpType == DIDT_All || DumpType == DIDT_TypesDwo) && in dump() 118 if (DumpType == DIDT_All || DumpType == DIDT_Loc) { in dump() 123 if (DumpType == DIDT_All || DumpType == DIDT_LocDwo) { in dump() 128 if (DumpType == DIDT_All || DumpType == DIDT_Frames) { in dump() [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Signals.inc | 642 /// "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, 665 switch (DumpType) { 730 // is NULL or if there is no valid DumpType value at its location). 731 MINIDUMP_TYPE DumpType; 732 if (!GetDumpType(AppSpecificKey, DumpType)) [all …]
|
/external/llvm/lib/Support/Windows/ |
D | Signals.inc | 641 /// "DumpType" for a given Windows Registry key. 645 /// valid values for DumpType are: 657 DWORD DumpType; 658 DWORD TypeSize = sizeof(DumpType); 659 if (ERROR_SUCCESS != ::RegGetValueW(Key, NULL, L"DumpType", RRF_RT_REG_DWORD, 660 NULL, &DumpType, 664 switch (DumpType) { 729 // is NULL or if there is no valid DumpType value at its location). 730 MINIDUMP_TYPE DumpType; 731 if (!GetDumpType(AppSpecificKey, DumpType)) [all …]
|
/external/llvm/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 42 static cl::opt<DIDumpType> DumpType( 89 DICtx->dump(outs(), DumpType); in DumpObjectFile()
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBContext.h | 42 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | minidump_generator.h | 105 MINIDUMP_TYPE DumpType,
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 32 void PDBContext::dump(raw_ostream &OS, DIDumpType DumpType, in dump() argument
|
/external/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 141 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,
|
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.h | 304 MINIDUMP_TYPE DumpType,
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 84 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 1257 …BOOL WINAPI MiniDumpWriteDump(HANDLE hProcess,DWORD ProcessId,HANDLE hFile,MINIDUMP_TYPE DumpType,…
|