OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FieldList
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
ContinuationRecordBuilder.h
31
enum class ContinuationRecordKind {
FieldList
, MethodOverloadList };
TypeDeserializer.h
115
CVType
FieldList
(&Pre, sizeof(Pre));
116
consumeError(Mapping.Mapping.visitTypeBegin(
FieldList
));
121
CVType
FieldList
(&Pre, sizeof(Pre));
122
consumeError(Mapping.Mapping.visitTypeEnd(
FieldList
));
TypeRecord.h
389
: TypeRecord(TypeRecordKind::
FieldList
), Data(Data) {}
420
TypeIndex
FieldList
, StringRef Name, StringRef UniqueName)
422
FieldList
(
FieldList
), Name(Name), UniqueName(UniqueName) {}
452
TypeIndex getFieldList() const { return
FieldList
; }
458
TypeIndex
FieldList
;
469
TypeIndex
FieldList
, TypeIndex DerivationList,
472
: TagRecord(Kind, MemberCount, Options,
FieldList
, Name, UniqueName),
500
UnionRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex
FieldList
,
502
: TagRecord(TypeRecordKind::Union, MemberCount, Options,
FieldList
, Name
[
all
...]
/src/sys/external/bsd/acpica/dist/compiler/
dtcompile.c
66
DT_FIELD *
FieldList
);
90
DT_FIELD *
FieldList
;
122
FieldList
= AslGbl_FieldList;
134
FieldList
= DtScanFile (AslGbl_Files[ASL_FILE_INPUT].Handle);
140
if (!
FieldList
)
152
Status = DtCompileDataTable (&
FieldList
);
233
* PARAMETERS:
FieldList
- Current field list pointer
244
DT_FIELD *
FieldList
)
261
Next =
FieldList
;
280
* PARAMETERS:
FieldList
- Current field list pointe
[
all
...]
dttable2.c
1980
DT_FIELD *
FieldList
= *(DT_FIELD **) List;
1986
while (
FieldList
)
1988
DtCompileInteger ((UINT8 *) &Address,
FieldList
, 4, DT_NON_ZERO);
1992
FieldList
=
FieldList
->Next;
2443
DT_FIELD *
FieldList
;
2466
FieldList
= *PFieldList;
2467
while (
FieldList
)
2470
FieldList
->Value,
FieldList
, Localities)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeEnum.cpp
69
ContinuationIndex = ClassParent.getEnumRecord().
FieldList
;
71
CVType
FieldList
= Types.getType(*ContinuationIndex);
72
assert(
FieldList
.kind() == LF_FIELDLIST);
74
cantFail(visitMemberRecordStream(
FieldList
.data(), *this));
101
ClassParent.getEnumRecord().
FieldList
, Index,
Completed in 36 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026