Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/dev/acpica/common/
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-stable/sys/contrib/dev/acpica/include/
Dacapps.h340 char *TableName,
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DX86FoldTablesEmitter.cpp174 void printTable(const FoldTable &Table, StringRef TableName, in printTable() argument
176 OS << "static const X86MemoryFoldTableEntry MemoryFold" << TableName in printTable()
DSearchableTableEmitter.cpp757 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/
DDwarfDebug.h501 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
DDwarfDebug.cpp2292 StringRef TableName) { in emitAccel() argument
2296 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp545 auto TableName = "__indirect_function_table"; in recordRelocation() local
546 MCSymbolWasm *Sym = cast_or_null<MCSymbolWasm>(Ctx.lookupSymbol(TableName)); in recordRelocation()