OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DebugInfoData
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugInfoEntry.cpp
23
DWARFDataExtractor
DebugInfoData
= U.getDebugInfoExtractor();
25
return extractFast(U, OffsetPtr,
DebugInfoData
, UEndOffset, 0);
29
const DWARFDataExtractor &
DebugInfoData
,
33
if (Offset >= UEndOffset || !
DebugInfoData
.isValidOffset(Offset))
35
uint64_t AbbrCode =
DebugInfoData
.getULEB128(OffsetPtr);
61
} else if (!DWARFFormValue::skipValue(AttrSpec.Form,
DebugInfoData
,
DWARFUnit.cpp
363
DWARFDataExtractor
DebugInfoData
= getDebugInfoExtractor();
367
while (DIE.extractFast(*this, &DIEOffset,
DebugInfoData
, NextCUOffset,
Completed in 18 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026