OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugLines
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
dwarf2yaml.cpp
351
DWARFYAML::LineTable
DebugLines
;
357
DebugLines
.Format = dwarf::DWARF64;
358
DebugLines
.Length = LineData.getU64(&Offset);
360
DebugLines
.Format = dwarf::DWARF32;
361
DebugLines
.Length = LengthOrDWARF64Prefix;
363
assert(
DebugLines
.Length);
364
uint64_t LineTableLength = *
DebugLines
.Length;
366
DebugLines
.Format == dwarf::DWARF64 ? 8 : 4;
367
DebugLines
.Version = LineData.getU16(&Offset);
368
DebugLines
.PrologueLength
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
DWARFYAML.cpp
33
if (!
DebugLines
.empty())
105
IO.mapOptional("debug_line", DWARF.
DebugLines
);
DWARFEmitter.cpp
570
for (const DWARFYAML::LineTable &LineTable : DI.
DebugLines
) {
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
DWARFYAML.h
227
std::vector<LineTable>
DebugLines
;
Completed in 16 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026