Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSearchableTableEmitter.cpp49 std::string PreprocessorGuard; member
72 std::string PreprocessorGuard; member
286 emitIfdef((Twine("GET_") + Enum.PreprocessorGuard + "_DECL").str(), OS); in emitGenericEnum()
476 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_DECL").str(), OS); in emitGenericTable()
490 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_IMPL").str(), OS); in emitGenericTable()
645 Enum->PreprocessorGuard = EnumRec->getName(); in run()
662 Table->PreprocessorGuard = TableRec->getName(); in run()
728 Enum->PreprocessorGuard = Class->getName().upper(); in run()
738 Table->PreprocessorGuard = Class->getName().upper(); in run()