OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrologueLength
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
dwarf2yaml.cpp
368
DebugLines.
PrologueLength
=
370
assert(DebugLines.
PrologueLength
);
371
const uint64_t EndPrologue = *DebugLines.
PrologueLength
+ Offset;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp
106
TotalLength =
PrologueLength
= 0;
133
PrologueLength
)
352
uint64_t Length =
PrologueLength
+ sizeofTotalLength() +
393
PrologueLength
=
395
const uint64_t EndPrologueOffset =
PrologueLength
+ Cursor.tell();
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h
75
uint64_t
PrologueLength
;
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
DWARFYAML.cpp
240
IO.mapOptional("
PrologueLength
", LineTable.
PrologueLength
);
DWARFEmitter.cpp
605
LineTable.
PrologueLength
? *LineTable.
PrologueLength
: Buffer.size();
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
DWARFYAML.h
142
Optional<uint64_t>
PrologueLength
;
/src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp
1766
uint32_t PrologueEnd = *StmtList + 10 + LineTable.Prologue.
PrologueLength
;
Completed in 22 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026