Searched refs:TableName (Results 1 – 5 of 5) sorted by relevance
183 void printTable(const FoldTable &Table, StringRef TableName, in printTable() argument185 OS << "static const X86MemoryFoldTableEntry MemoryFold" << TableName in printTable()
762 StringRef TableName = Class->getName(); in run() local763 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in run()
502 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
2350 StringRef TableName) { in emitAccel() argument2354 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()
593 auto TableName = "__indirect_function_table"; in recordRelocation() local594 MCSymbolWasm *Sym = cast_or_null<MCSymbolWasm>(Ctx.lookupSymbol(TableName)); in recordRelocation()