OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompUnitCount
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp
370
W.printNumber("CU count",
CompUnitCount
);
392
CompUnitCount
= AS.getU32(C);
497
Offset += Hdr.
CompUnitCount
* SectionOffsetSize;
588
assert(CU < Hdr.
CompUnitCount
);
597
uint64_t Offset = CUsBase + SectionOffsetSize * (Hdr.
CompUnitCount
+ TU);
606
SectionOffsetSize * (Hdr.
CompUnitCount
+ Hdr.LocalTypeUnitCount) + 8 * TU;
702
for (uint32_t CU = 0; CU < Hdr.
CompUnitCount
; ++CU)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AccelTable.cpp
195
uint32_t
CompUnitCount
;
204
Header(uint32_t
CompUnitCount
, uint32_t BucketCount, uint32_t NameCount)
205
:
CompUnitCount
(
CompUnitCount
), BucketCount(BucketCount),
364
assert(
CompUnitCount
> 0 && "Index must have at least one CU.");
374
Asm->emitInt32(
CompUnitCount
);
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h
242
uint32_t
CompUnitCount
;
425
uint32_t getCUCount() const { return Hdr.
CompUnitCount
; }
Completed in 21 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026