Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp141 static unsigned DumpType = DIDT_Null; variable
302 DumpOpts.DumpType = DumpType; in getDumpOpts()
604 if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) in dumpObjectFile()
764 DumpType |= DIDT_##ENUM_NAME; \ in main()
773 DumpType |= DIDT_UUID; in main()
775 DumpType = DIDT_All; in main()
776 if (DumpType == DIDT_Null) { in main()
778 DumpType = DIDT_All; in main()
780 DumpType = DIDT_DebugInfo; in main()
/openbsd/gnu/llvm/llvm/lib/Support/Windows/
H A DSignals.inc691 /// "DumpType" for a given Windows Registry key.
695 /// valid values for DumpType are:
707 DWORD DumpType;
708 DWORD TypeSize = sizeof(DumpType);
710 NULL, &DumpType, &TypeSize))
713 switch (DumpType) {
783 // is NULL or if there is no valid DumpType value at its location).
784 MINIDUMP_TYPE DumpType;
785 if (!GetDumpType(AppSpecificKey, DumpType))
786 if (!GetDumpType(DefaultLocalDumpsKey, DumpType))
[all …]
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfdump/fuzzer/
H A Dllvm-dwarfdump-fuzzer.cpp37 opts.DumpType = DIDT_All; in LLVMFuzzerTestOneInput()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp352 uint64_t DumpType = DumpOpts.DumpType; in dump() local
359 if (DumpType & DIDT_UUID) in dump()
365 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()
370 bool Should = (DumpType & Mask) && (Explicit || !Section.empty()); in dump()
395 if ((DumpType & DIDT_DebugInfo)) { in dump()
411 if ((DumpType & DIDT_DebugTypes)) { in dump()
770 if (DumpOpts.DumpType & DIDT_DebugCUIndex) in verify()
772 if (DumpOpts.DumpType & DIDT_DebugTUIndex) in verify()
774 if (DumpOpts.DumpType & DIDT_DebugInfo) in verify()
776 if (DumpOpts.DumpType & DIDT_DebugLine) in verify()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/
H A DDIContext.h190 unsigned DumpType = DIDT_All; member
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2827 DumpOpts.DumpType = DwarfDumpType; in dumpObject()
H A DMachODump.cpp2258 DumpOpts.DumpType = DwarfDumpType; in ProcessMachO()