Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Dadfile.c168 char *TableName, in AdWriteTable() argument
174 Filename = AdGenerateFilename (TableName, OemTableId); in AdWriteTable()
177 AcpiOsPrintf ("Table [%s] written to \"%s\"\n", TableName, Filename); in AdWriteTable()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacapps.h239 char *TableName,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp174 void printTable(const FoldTable &Table, StringRef TableName, in printTable() argument
176 OS << "static const X86MemoryFoldTableEntry MemoryFold" << TableName in printTable()
H A DSearchableTableEmitter.cpp757 StringRef TableName = Class->getName(); in run() local
758 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in run()
/netbsd-src/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Doswinxf.c68 char TableName[ACPI_NAMESEG_SIZE + 1]; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h504 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
H A DDwarfDebug.cpp2242 StringRef TableName) { in emitAccel() argument
2246 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp538 auto TableName = "__indirect_function_table"; in recordRelocation() local
539 MCSymbolWasm *Sym = cast_or_null<MCSymbolWasm>(Ctx.lookupSymbol(TableName)); in recordRelocation()