OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UnitType
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h
66
uint8_t
UnitType
= 0;
100
uint8_t getUnitType() const { return
UnitType
; }
102
return
UnitType
== dwarf::DW_UT_type ||
UnitType
== dwarf::DW_UT_split_type;
362
static bool isMatchingUnitTypeAndTag(uint8_t
UnitType
, dwarf::Tag Tag) {
363
switch (
UnitType
) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
llvm-dwp.cpp
90
uint8_t
UnitType
= 0;
136
// Size: Version (2),
UnitType
(1), AddrSize (1), DebugAbbrevOffset (4),
149
Header.
UnitType
= InfoData.getU8(&Offset);
272
if (Header.Version >= 5 && Header.
UnitType
!= dwarf::DW_UT_split_compile)
276
utostr(Header.
UnitType
) + " found"));
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFVerifier.cpp
104
uint8_t &
UnitType
, bool &isUnitDWARF64) {
123
UnitType
= DebugInfoData.getU8(Offset);
126
ValidType = dwarf::isUnitType(
UnitType
);
128
UnitType
= 0;
200
uint8_t
UnitType
= Unit.getUnitType();
201
if (!DWARFUnit::isMatchingUnitTypeAndTag(
UnitType
, Die.getTag())) {
202
error() << "Compilation unit type (" << dwarf::UnitTypeString(
UnitType
)
296
uint8_t
UnitType
= 0;
304
if (!verifyUnitHeader(DebugInfoData, &Offset, UnitIdx,
UnitType
,
313
switch (
UnitType
) {
[
all
...]
/src/sys/dev/ic/
mpt_mpilib.h
1896
U32
UnitType
; /* 18h */
Completed in 30 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026