OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AccelSection
(Results
1 - 5
of
5
) 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
...]
DWARFVerifier.cpp
867
unsigned DWARFVerifier::verifyAppleAccelTable(const DWARFSection *
AccelSection
,
871
DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), *
AccelSection
,
1465
unsigned DWARFVerifier::verifyDebugNames(const DWARFSection &
AccelSection
,
1468
DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(),
AccelSection
,
DWARFContext.cpp
894
DWARFDataExtractor
AccelSection
(Obj, Section, IsLittleEndian, 0);
896
Cache.reset(new T(
AccelSection
, StrData));
/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) {}
DWARFVerifier.h
248
/// \param
AccelSection
pointer to the section containing the acceleration table
253
unsigned verifyAppleAccelTable(const DWARFSection *
AccelSection
,
282
/// \param
AccelSection
section containing the acceleration table
286
unsigned verifyDebugNames(const DWARFSection &
AccelSection
,
Completed in 51 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026