Searched refs:TableInfo (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp271 void emitTableEntry(DecoderTableInfo &TableInfo) const;
442 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
443 void emitPredicateTableEntry(DecoderTableInfo &TableInfo,
446 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
450 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
454 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
484 void emitTableEntries(DecoderTableInfo &TableInfo) const;
632 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const {
633 TableInfo.Table.push_back(MCD::OPC_ExtractField);
634 TableInfo
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbfileio.c413 /* ACPI_TABLE_DESC TableInfo; */
425 TableInfo.Pointer = Table;
426 Status = AcpiTbRecognizeTable (&TableInfo, ACPI_TABLE_ALL);
434 Status = AcpiTbInstallTable (&TableInfo);
446 AcpiTbDeleteSingleTable (&TableInfo);
452 Status = AcpiNsLoadTable (TableInfo.InstalledDesc, AcpiGbl_RootNode);
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Ddtcompile.c373 else if (TableData->TableInfo)
378 Status = DtCompileTable (FieldList, TableData->TableInfo,
/freebsd-10.0-release/sys/contrib/dev/acpica/common/
H A Ddmtable.c275 * Simple tables have only a TableInfo structure, complex tables have a
494 else if (TableData->TableInfo)
498 AcpiDmDumpTable (Length, 0, Table, 0, TableData->TableInfo);
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacdisasm.h172 ACPI_DMTABLE_INFO *TableInfo; member in struct:acpi_dmtable_data

Completed in 183 milliseconds