OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForeignTypeUnitCount
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp
372
W.printNumber("Foreign TU count",
ForeignTypeUnitCount
);
394
ForeignTypeUnitCount
= AS.getU32(C);
499
Offset += Hdr.
ForeignTypeUnitCount
* 8;
602
assert(TU < Hdr.
ForeignTypeUnitCount
);
717
if (Hdr.
ForeignTypeUnitCount
== 0)
721
for (uint32_t TU = 0; TU < Hdr.
ForeignTypeUnitCount
; ++TU) {
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h
244
uint32_t
ForeignTypeUnitCount
;
433
uint32_t getForeignTUCount() const { return Hdr.
ForeignTypeUnitCount
; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AccelTable.cpp
197
uint32_t
ForeignTypeUnitCount
= 0;
378
Asm->emitInt32(
ForeignTypeUnitCount
);
Completed in 55 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026