Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h502 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
H A DDwarfDebug.cpp2350 StringRef TableName) { in emitAccel() argument
2354 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()
/openbsd-src/gnu/llvm/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()