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/ |
H A D | DirectiveEmitter.cpp | 489 StringRef TableName) { in EmitLeafTable() argument 581 OS << "[[maybe_unused]] static const " << DirectiveType << ' ' << TableName in EmitLeafTable() 602 OS << "[[maybe_unused]] static auto " << TableName in EmitLeafTable() 603 << "EndDirective = " << TableName << " + " in EmitLeafTable() 608 OS << "[[maybe_unused]] static const int " << TableName << "Ordering[] = {\n"; in EmitLeafTable()
|
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 | 837 StringRef TableName = Class->getName(); in run() local 838 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in run()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.h | 574 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
|
H A D | DwarfDebug.cpp | 2392 StringRef TableName) { in emitAccel() argument 2396 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 588 auto TableName = "__indirect_function_table"; in recordRelocation() local 589 MCSymbolWasm *Sym = cast_or_null<MCSymbolWasm>(Ctx.lookupSymbol(TableName)); in recordRelocation()
|