Searched refs:TableName (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/contrib/dev/acpica/common/ |
| 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-stable/sys/contrib/dev/acpica/include/ |
| D | acapps.h | 340 char *TableName,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| D | X86FoldTablesEmitter.cpp | 174 void printTable(const FoldTable &Table, StringRef TableName, in printTable() argument 176 OS << "static const X86MemoryFoldTableEntry MemoryFold" << TableName in printTable()
|
| D | SearchableTableEmitter.cpp | 757 StringRef TableName = Class->getName(); in run() local 758 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in run()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfDebug.h | 501 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
|
| D | DwarfDebug.cpp | 2292 StringRef TableName) { in emitAccel() argument 2296 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | WasmObjectWriter.cpp | 545 auto TableName = "__indirect_function_table"; in recordRelocation() local 546 MCSymbolWasm *Sym = cast_or_null<MCSymbolWasm>(Ctx.lookupSymbol(TableName)); in recordRelocation()
|