OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AccelSection
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp
48
if (!
AccelSection
.isValidOffset(offsetof(Header, HeaderDataLength) + 4))
52
Hdr.Magic =
AccelSection
.getU32(&Offset);
53
Hdr.Version =
AccelSection
.getU16(&Offset);
54
Hdr.HashFunction =
AccelSection
.getU16(&Offset);
55
Hdr.BucketCount =
AccelSection
.getU32(&Offset);
56
Hdr.HashCount =
AccelSection
.getU32(&Offset);
57
Hdr.HeaderDataLength =
AccelSection
.getU32(&Offset);
63
if (!
AccelSection
.isValidOffset(sizeof(Hdr) + Hdr.HeaderDataLength +
69
HdrData.DIEOffsetBase =
AccelSection
.getU32(&Offset);
70
uint32_t NumAtoms =
AccelSection
.getU32(&Offset)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h
33
DWARFDataExtractor
AccelSection
;
69
DWARFAcceleratorTable(const DWARFDataExtractor &
AccelSection
,
71
:
AccelSection
(
AccelSection
), StringSection(StringSection) {}
180
AppleAcceleratorTable(const DWARFDataExtractor &
AccelSection
,
182
: DWARFAcceleratorTable(
AccelSection
, StringSection) {}
591
DWARFDebugNames(const DWARFDataExtractor &
AccelSection
,
593
: DWARFAcceleratorTable(
AccelSection
, StringSection) {}
Completed in 16 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026