Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp183 void printTable(const FoldTable &Table, StringRef TableName, in printTable() argument
185 OS << "static const X86MemoryFoldTableEntry MemoryFold" << TableName in printTable()
H A DSearchableTableEmitter.cpp762 StringRef TableName = Class->getName(); in run() local
763 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in run()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h500 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
H A DDwarfDebug.cpp2314 StringRef TableName) { in emitAccel() argument
2318 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()
/llvm-project-15.0.7/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()