OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DWARF
(Results
1 - 25
of
111
) sorted by relevancy
1
2
3
4
5
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
DWARFYAML.cpp
1
//===- DWARFYAML.cpp -
DWARF
YAMLIO implementation ------------------------===//
9
// This file defines classes for handling the YAML representation of
DWARF
Debug
15
#include "llvm/BinaryFormat/
Dwarf
.h"
91
void MappingTraits<DWARFYAML::Data>::mapping(IO &IO, DWARFYAML::Data &
DWARF
) {
95
IO.mapOptional("debug_str",
DWARF
.DebugStrings);
96
IO.mapOptional("debug_abbrev",
DWARF
.DebugAbbrev);
97
IO.mapOptional("debug_aranges",
DWARF
.DebugAranges);
98
IO.mapOptional("debug_ranges",
DWARF
.DebugRanges);
99
IO.mapOptional("debug_pubnames",
DWARF
.PubNames);
100
IO.mapOptional("debug_pubtypes",
DWARF
.PubTypes)
[
all
...]
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-error.exp
16
load_lib
dwarf
.exp
18
# This test can only be run on targets which support
DWARF
-2 and use gas.
34
gdb_test_no_output "maint set
dwarf
synchronous on"
40
{Reading symbols.*
DWARF
Error: wrong version in compilation unit header \(is 153, should be 2, 3, 4 or 5\).*} \
fission-base.S
82
.2byte 0x4 #
DWARF
version number
138
.2byte 0x4 #
DWARF
version number
279
.value 0x2 #
DWARF
Version
292
.value 0x2 #
DWARF
Version
301
.2byte 0x2 #
DWARF
Version
317
.2byte 0x4 #
DWARF
Version
dw2-restrict.S
216
.short 4 #
DWARF
version number
278
.short 2 #
DWARF
Version
290
.short 2 #
DWARF
Version
dw2-single-line-discriminators.S
113
.short 4 #
DWARF
version number
255
.short 2 #
DWARF
Version
269
.short 2 #
DWARF
Version
watch-notconst2.S
98
.value 0x3 #
DWARF
version number
230
.value 0x2 #
DWARF
Version
238
.value 0x2 #
DWARF
Version
dw2-error.S
17
it to change the
DWARF
version.
53
.value 0x99 #
DWARF
version number
138
.value 0x2 #
DWARF
Version
fission-loclists-pie.S
98
.value 0x4 #
DWARF
version number
102
.uleb128 0x4 # DW_AT_producer: "GNU C 4.9.x -m64 -mtune=generic -march=x86-64 -gdwarf-4 -gsplit-
dwarf
-O1 -fPIE"
191
.value 0x4 #
DWARF
version number
390
.value 0x2 #
DWARF
Version
402
.value 0x2 #
DWARF
Version
414
.value 0x2 #
DWARF
Version
430
.value 0x4 #
DWARF
Version
470
.long 0x14 # indexed string 0x4: GNU C 4.9.x -m64 -mtune=generic -march=x86-64 -gdwarf-4 -gsplit-
dwarf
-O1 -fPIE
478
.string "GNU C 4.9.x -m64 -mtune=generic -march=x86-64 -gdwarf-4 -gsplit-
dwarf
-O1 -fPIE"
/src/external/apache2/llvm/lib/libLLVMDebugInfoDWARF/
Makefile
7
.PATH: ${LLVM_SRCDIR}/lib/DebugInfo/
DWARF
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
StringTableBuilder.h
33
DWARF
,
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
fission-base.S
82
.2byte 0x4 #
DWARF
version number
138
.2byte 0x4 #
DWARF
version number
279
.value 0x2 #
DWARF
Version
292
.value 0x2 #
DWARF
Version
301
.2byte 0x2 #
DWARF
Version
317
.2byte 0x4 #
DWARF
Version
dw2-restrict.S
216
.short 4 #
DWARF
version number
278
.short 2 #
DWARF
Version
290
.short 2 #
DWARF
Version
dw2-single-line-discriminators.S
113
.short 4 #
DWARF
version number
255
.short 2 #
DWARF
Version
269
.short 2 #
DWARF
Version
watch-notconst2.S
98
.value 0x3 #
DWARF
version number
230
.value 0x2 #
DWARF
Version
238
.value 0x2 #
DWARF
Version
dw2-error.S
17
it to change the
DWARF
version.
53
.value 0x99 #
DWARF
version number
138
.value 0x2 #
DWARF
Version
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp
10
#include "llvm/DebugInfo/
DWARF
/DWARFContext.h"
135
DWARFYAML::Data &
DWARF
) {
137
dumpDebugAbbrev(DCtx,
DWARF
);
141
return dumpDebugARanges(DCtx,
DWARF
);
143
dumpDebugInfo(DCtx,
DWARF
);
147
dumpDebugLines(DCtx,
DWARF
);
152
dumpDebugPubSections(DCtx,
DWARF
);
156
return dumpDebugRanges(DCtx,
DWARF
);
158
return dumpDebugStrings(DCtx,
DWARF
);
180
// If the
DWARF
section cannot be successfully parsed, emit raw conten
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/MC/
StringTableBuilder.cpp
33
case
DWARF
:
128
assert(K !=
DWARF
);
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-constvar.S
26
.value 0x4 #
DWARF
version number
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-constvar.S
26
.value 0x4 #
DWARF
version number
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
x86_64-record_goto.S
166
.value 0x3 #
DWARF
version number
311
.value 0x2 #
DWARF
Version
327
.value 0x2 #
DWARF
Version
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
x86_64-record_goto.S
166
.value 0x3 #
DWARF
version number
311
.value 0x2 #
DWARF
Version
327
.value 0x2 #
DWARF
Version
/src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
FileAnalysis.cpp
13
#include "llvm/DebugInfo/
DWARF
/DWARFContext.h"
48
"ignore-
dwarf
",
50
"Ignore all
DWARF
data. This relaxes the requirements for all "
431
std::unique_ptr<DWARFContext>
DWARF
= DWARFContext::create(*Object);
432
if (!
DWARF
)
433
return make_error<StringError>("Could not create
DWARF
information.",
438
for (auto &Unit :
DWARF
->compile_units()) {
439
const auto &LineTable =
DWARF
->getLineTableForUnit(Unit.get());
448
"
DWARF
line information missing. Did you compile with '-g'?",
458
// when ignoring
DWARF
data
[
all
...]
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
llvm_debuginfo.ml
11
(** Source languages known by
DWARF
. *)
24
(* New in
DWARF
v3: *)
34
(* New in
DWARF
v4: *)
36
(* New in
DWARF
v5: *)
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
amd64-py-framefilter-invalidarg.S
59
.value 0x4 #
DWARF
version number
232
.value 0x2 #
DWARF
Version
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
amd64-py-framefilter-invalidarg.S
59
.value 0x4 #
DWARF
version number
232
.value 0x2 #
DWARF
Version
Completed in 39 milliseconds
1
2
3
4
5
Indexes created Sat Feb 28 05:31:39 UTC 2026