Searched refs:TableName (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/contrib/dev/acpica/common/ |
| H A D | adfile.c | 276 char *TableName, in AdWriteTable() argument 282 Filename = AdGenerateFilename (TableName, OemTableId); in AdWriteTable() 285 AcpiOsPrintf ("Table [%s] written to \"%s\"\n", TableName, Filename); in AdWriteTable()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | acapps.h | 340 char *TableName,
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | X86FoldTablesEmitter.cpp | 162 void printTable(const FoldTable &Table, StringRef TableName, in printTable() argument 164 OS << "static const X86MemoryFoldTableEntry MemoryFold" << TableName in printTable()
|
| H A D | SearchableTableEmitter.cpp | 725 StringRef TableName = Class->getName(); in run() local 726 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in run()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 456 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
|
| H A D | DwarfDebug.cpp | 1693 StringRef TableName) { in emitAccel() argument 1697 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()
|