Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Dadfile.c276 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 Dacapps.h340 char *TableName,
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp162 void printTable(const FoldTable &Table, StringRef TableName, in printTable() argument
164 OS << "static const X86MemoryFoldTableEntry MemoryFold" << TableName in printTable()
H A DSearchableTableEmitter.cpp725 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 DDwarfDebug.h456 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
H A DDwarfDebug.cpp1693 StringRef TableName) { in emitAccel() argument
1697 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()