Searched refs:TableName (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/external/bsd/acpica/dist/common/ |
H A D | adfile.c | 168 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 D | acapps.h | 239 char *TableName,
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | X86FoldTablesEmitter.cpp | 174 void printTable(const FoldTable &Table, StringRef TableName, in printTable() argument 176 OS << "static const X86MemoryFoldTableEntry MemoryFold" << TableName in printTable()
|
H A D | SearchableTableEmitter.cpp | 757 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 D | oswinxf.c | 68 char TableName[ACPI_NAMESEG_SIZE + 1]; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.h | 504 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
|
H A D | DwarfDebug.cpp | 2242 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 D | WasmObjectWriter.cpp | 538 auto TableName = "__indirect_function_table"; in recordRelocation() local 539 MCSymbolWasm *Sym = cast_or_null<MCSymbolWasm>(Ctx.lookupSymbol(TableName)); in recordRelocation()
|