Home
last modified time | relevance | path

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

/freebsd/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/sys/contrib/dev/acpica/include/
H A Dacapps.h340 char *TableName,
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp226 void printTable(const FoldTable &Table, StringRef TableName, in printTable() argument
228 OS << "static const X86FoldTableEntry " << TableName << "[] = {\n"; in printTable()
H A DSearchableTableEmitter.cpp781 StringRef TableName = Class->getName(); in run() local
782 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h574 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
H A DDwarfDebug.cpp2392 StringRef TableName) { in emitAccel() argument
2396 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp593 auto TableName = "__indirect_function_table"; in recordRelocation() local
594 MCSymbolWasm *Sym = cast_or_null<MCSymbolWasm>(Ctx.lookupSymbol(TableName)); in recordRelocation()