Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp139 static unsigned DumpType = DIDT_Null; variable
294 DumpOpts.DumpType = DumpType; in getDumpOpts()
560 if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) in dumpObjectFile()
717 DumpType |= DIDT_##ENUM_NAME; \ in main()
726 DumpType |= DIDT_UUID; in main()
728 DumpType = DIDT_All; in main()
729 if (DumpType == DIDT_Null) { in main()
731 DumpType = DIDT_All; in main()
733 DumpType = DIDT_DebugInfo; in main()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DSignals.inc681 /// "DumpType" for a given Windows Registry key.
685 /// valid values for DumpType are:
697 DWORD DumpType;
698 DWORD TypeSize = sizeof(DumpType);
700 NULL, &DumpType,
704 switch (DumpType) {
774 // is NULL or if there is no valid DumpType value at its location).
775 MINIDUMP_TYPE DumpType;
776 if (!GetDumpType(AppSpecificKey, DumpType))
777 if (!GetDumpType(DefaultLocalDumpsKey, DumpType))
[all …]
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsymbol.cpp50 static void DumpType(llvm::raw_ostream &os, const Symbol &symbol) { in DumpType() function
55 static void DumpType(llvm::raw_ostream &os, const DeclTypeSpec *type) { in DumpType() function
97 DumpType(os << " result:", x.result()); in operator <<()
115 DumpType(os, *arg); in operator <<()
404 DumpType(os, x.interface_.type()); in operator <<()
594 DumpType(os, symbol.GetType()); in DumpForUnparse()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/fuzzer/
H A Dllvm-dwarfdump-fuzzer.cpp37 opts.DumpType = DIDT_All; in LLVMFuzzerTestOneInput()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp355 uint64_t DumpType = DumpOpts.DumpType; in dump() local
362 if (DumpType & DIDT_UUID) in dump()
368 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()
373 bool Should = (DumpType & Mask) && (Explicit || !Section.empty()); in dump()
398 if ((DumpType & DIDT_DebugInfo)) { in dump()
414 if ((DumpType & DIDT_DebugTypes)) { in dump()
772 if (DumpOpts.DumpType & DIDT_DebugCUIndex) in verify()
774 if (DumpOpts.DumpType & DIDT_DebugTUIndex) in verify()
776 if (DumpOpts.DumpType & DIDT_DebugInfo) in verify()
778 if (DumpOpts.DumpType & DIDT_DebugLine) in verify()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/
H A DDIContext.h189 unsigned DumpType = DIDT_All; member
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2593 DumpOpts.DumpType = DwarfDumpType; in dumpObject()
H A DMachODump.cpp2024 DumpOpts.DumpType = DwarfDumpType; in ProcessMachO()