OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LineTableOffset
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h
407
uint64_t
LineTableOffset
;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFVerifier.cpp
726
const uint64_t
LineTableOffset
= *StmtSectionOffset;
728
if (
LineTableOffset
< DCtx.getDWARFObj().getLineSection().Data.size()) {
731
error() << ".debug_line[" << format("0x%08" PRIx64,
LineTableOffset
)
743
auto Iter = StmtListToDie.find(
LineTableOffset
);
755
StmtListToDie[
LineTableOffset
] = Die;
Completed in 39 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026