Searched refs:TableName (Results 1 – 8 of 8) sorted by relevance
| /freebsd/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/sys/contrib/dev/acpica/include/ |
| H A D | acapps.h | 340 char *TableName,
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | DirectiveEmitter.cpp | 611 StringRef TableName) { in emitLeafTable() argument 709 OS << "[[maybe_unused]] static const " << DirectiveType << ' ' << TableName in emitLeafTable() 731 OS << "[[maybe_unused]] static auto " << TableName in emitLeafTable() 732 << "EndDirective = " << TableName << " + " in emitLeafTable() 737 OS << "[[maybe_unused]] static const int " << TableName << "Ordering[] = {\n"; in emitLeafTable()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86FoldTablesEmitter.cpp | 223 void printTable(const FoldTable &Table, StringRef TableName, in printTable() argument 225 OS << "static const X86FoldTableEntry " << TableName << "[] = {\n"; in printTable()
|
| H A D | SearchableTableEmitter.cpp | 867 StringRef TableName = Class->getName(); in run() local 869 Records.getAllDerivedDefinitions(TableName); in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 583 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
|
| H A D | DwarfDebug.cpp | 2830 StringRef TableName) { in emitAccel() argument 2834 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 575 auto TableName = "__indirect_function_table"; in recordRelocation() local 576 MCSymbolWasm *Sym = cast_or_null<MCSymbolWasm>(Ctx.lookupSymbol(TableName)); in recordRelocation()
|