Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DSearchableTableEmitter.cpp233 const std::string &TableName = InstanceClass->getName(); in emitMapping() local
234 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in emitMapping()
268 OS << "#ifdef GET_" << StringRef(TableName).upper() << "_DECL\n"; in emitMapping()
269 OS << "#undef GET_" << StringRef(TableName).upper() << "_DECL\n"; in emitMapping()
279 emitLookupDeclaration(TableName, SearchFieldNames[i], in emitMapping()
284 OS << "#ifdef GET_" << StringRef(TableName).upper() << "_IMPL\n"; in emitMapping()
285 OS << "#undef GET_" << StringRef(TableName).upper() << "_IMPL\n"; in emitMapping()
288 emitPrimaryTable(TableName, FieldNames, SearchFieldNames, SearchTables, Items, in emitMapping()
294 emitSearchTable(TableName, SearchFieldNames[i], SearchTables[i], OS); in emitMapping()
295 emitLookupFunction(TableName, SearchFieldNames[i], SearchTables[i][0].first, in emitMapping()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86FoldTablesEmitter.cpp162 void printTable(const FoldTable &Table, StringRef TableName, in printTable() argument
164 OS << "static const X86MemoryFoldTableEntry MemoryFold" << TableName in printTable()
DSearchableTableEmitter.cpp718 StringRef TableName = Class->getName(); in run() local
719 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in run()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h345 StringRef TableName);
DDwarfDebug.cpp1212 StringRef TableName) { in emitAccel() argument
1213 Accel.FinalizeTable(Asm, TableName); in emitAccel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h371 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
DDwarfDebug.cpp1521 StringRef TableName) { in emitAccel() argument
1525 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()
/external/apache-commons-bcel/docs/
Dgeneric.mdl2314 name "TableName"