Searched refs:TableName (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Dadfile.c263 * TableName - the table signature
276 char *TableName,
282 Filename = AdGenerateFilename (TableName, OemTableId);
285 AcpiOsPrintf ("Table [%s] written to \"%s\"\n", TableName, Filename);
273 AdWriteTable( ACPI_TABLE_HEADER *Table, UINT32 Length, char *TableName, char *OemTableId) argument
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacapps.h336 char *TableName,
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp165 void printTable(const FoldTable &Table, StringRef TableName,
167 OS << "static const X86MemoryFoldTableEntry MemoryFold" << TableName
H A DSearchableTableEmitter.cpp728 StringRef TableName = Class->getName(); local
729 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h472 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
H A DDwarfDebug.cpp1976 StringRef TableName) {
1980 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol());

Completed in 77 milliseconds