Home
last modified time | relevance | path

Searched refs:dwarf (Results 176 - 200 of 478) sorted by relevance

12345678910>>...20

/third_party/libunwind/libunwind/include/tdep-s390x/
H A Dlibunwind_i.h40 #include "dwarf.h"
55 struct dwarf_cursor dwarf; /* must be first */ member
237 #define tdep_get_as(c) ((c)->dwarf.as)
238 #define tdep_get_as_arg(c) ((c)->dwarf.as_arg)
239 #define tdep_get_ip(c) ((c)->dwarf.ip)
/third_party/libunwind/libunwind/include/tdep-sh/
H A Dlibunwind_i.h38 #include "dwarf.h"
60 struct dwarf_cursor dwarf; /* must be first */ member
256 #define tdep_get_as(c) ((c)->dwarf.as)
257 #define tdep_get_as_arg(c) ((c)->dwarf.as_arg)
258 #define tdep_get_ip(c) ((c)->dwarf.ip)
/third_party/libunwind/libunwind/include/tdep-aarch64/
H A Dlibunwind_i.h39 #include "dwarf.h"
55 int64_t cfa_reg_sp : 1; /* cfa dwarf base register is sp vs. fp */
91 struct dwarf_cursor dwarf; /* must be first */ member
305 #define tdep_get_as(c) ((c)->dwarf.as)
306 #define tdep_get_as_arg(c) ((c)->dwarf.as_arg)
307 #define tdep_get_ip(c) ((c)->dwarf.ip)
/third_party/libunwind/libunwind/include/tdep-ppc32/
H A Dlibunwind_i.h44 #include "dwarf.h"
66 struct dwarf_cursor dwarf; /* must be first */ member
287 #define tdep_get_as(c) ((c)->dwarf.as)
288 #define tdep_get_as_arg(c) ((c)->dwarf.as_arg)
289 #define tdep_get_ip(c) ((c)->dwarf.ip)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h60 void trackContentType(dwarf::LineNumberEntryFormat ContentType);
72 dwarf::FormParams FormParams;
99 const dwarf::FormParams getFormParams() const { return FormParams; } in getFormParams()
102 bool isDWARF64() const { return FormParams.Format == dwarf::DWARF64; } in isDWARF64()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp49 PersonalityEncoding = LSDAEncoding = TTypeEncoding = dwarf::DW_EH_PE_absptr; in Initialize()
50 CallSiteEncoding = dwarf::DW_EH_PE_uleb128; in Initialize()
323 case dwarf::DW_EH_PE_absptr: in getTTypeReference()
326 case dwarf::DW_EH_PE_pcrel: { in getTTypeReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h9 // This file contains support for writing dwarf debug info into asm files.
190 dwarf::Tag getTag() const { in getTag()
193 return dwarf::DW_TAG_formal_parameter; in getTag()
195 return dwarf::DW_TAG_variable; in getTag()
252 dwarf::Tag getTag() const { in getTag()
253 return dwarf::DW_TAG_label; in getTag()
296 /// Collects and handles dwarf debug information.
385 /// The pre-DWARF v5 string offsets table for split dwarf is, in contrast,
559 /// emit it here if we don't have a skeleton CU for split dwarf.
695 /// split dwarf proposa
[all...]
/third_party/libabigail/tests/
H A Dtest-diff-dwarf.cc10 /// This program runs a diff between input dwarf files and compares
25 #include "abg-dwarf-reader.h"
45 "data/test-diff-dwarf/test0-v0.o",
46 "data/test-diff-dwarf/test0-v1.o",
47 "data/test-diff-dwarf/test0-report.txt",
48 "output/test-diff-dwarf/test0-report.txt"
51 "data/test-diff-dwarf/test1-v0.o",
52 "data/test-diff-dwarf/test1-v1.o",
53 "data/test-diff-dwarf/test1-report.txt",
54 "output/test-diff-dwarf/test
[all...]
H A Dprint-diff-tree.cc11 #include "abg-dwarf-reader.h"
108 c1 = dwarf::read_corpus_from_elf(opts.elf1, di_roots, env, in main()
117 c2 = dwarf::read_corpus_from_elf(opts.elf2, di_roots, env, in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLocal.cpp1442 DIExpression::append(DDI->getExpression(), dwarf::DW_OP_deref); in LowerDbgDeclare()
1587 DIExpr->getElement(0) != dwarf::DW_OP_deref) in replaceOneDbgValueForAlloca()
1725 return applyOps({dwarf::DW_OP_constu, Val, dwarf::DW_OP_mul}); in salvageDebugInfoImpl()
1727 return applyOps({dwarf::DW_OP_constu, Val, dwarf::DW_OP_div}); in salvageDebugInfoImpl()
1729 return applyOps({dwarf::DW_OP_constu, Val, dwarf::DW_OP_mod}); in salvageDebugInfoImpl()
1731 return applyOps({dwarf::DW_OP_constu, Val, dwarf in salvageDebugInfoImpl()
[all...]
/kernel/linux/linux-5.10/tools/perf/arch/sparc/util/
H A Ddwarf-regs.c9 #include <dwarf-regs.h>
/kernel/linux/linux-5.10/tools/perf/arch/sh/util/
H A Ddwarf-regs.c9 #include <dwarf-regs.h>
12 * Generic dwarf analysis helpers
/kernel/linux/linux-5.10/tools/perf/arch/xtensa/util/
H A Ddwarf-regs.c9 #include <dwarf-regs.h>
/kernel/linux/linux-5.10/tools/build/feature/
H A Dtest-dwarf.c2 #include <dwarf.h>
/kernel/linux/linux-6.6/tools/perf/arch/mips/util/
H A Ddwarf-regs.c3 * dwarf-regs.c : Mapping of DWARF debug register numbers into register names.
20 #include <dwarf-regs.h>
/kernel/linux/linux-6.6/tools/perf/arch/xtensa/util/
H A Ddwarf-regs.c9 #include <dwarf-regs.h>
/kernel/linux/linux-6.6/tools/perf/arch/sparc/util/
H A Ddwarf-regs.c9 #include <dwarf-regs.h>
/kernel/linux/linux-6.6/tools/perf/arch/sh/util/
H A Ddwarf-regs.c9 #include <dwarf-regs.h>
12 * Generic dwarf analysis helpers
/kernel/linux/linux-6.6/tools/build/feature/
H A Dtest-dwarf.c2 #include <dwarf.h>
/third_party/elfutils/libdw/
H A Ddwarf_abbrevhaschildren.c35 #include <dwarf.h>
H A Ddwarf_getabbrevcode.c35 #include <dwarf.h>
H A Ddwarf_getabbrevtag.c35 #include <dwarf.h>
H A Ddwarf_hasform.c34 #include <dwarf.h>
H A Ddwarf_whatform.c34 #include <dwarf.h>
H A Ddwarf_whatattr.c34 #include <dwarf.h>

Completed in 17 milliseconds

12345678910>>...20