Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp50 std::string PreprocessorGuard; member
77 std::string PreprocessorGuard; member
311 emitIfdef((Twine("GET_") + Enum.PreprocessorGuard + "_DECL").str(), OS); in emitGenericEnum()
537 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_DECL").str(), OS); in emitGenericTable()
551 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_IMPL").str(), OS); in emitGenericTable()
732 Enum->PreprocessorGuard = std::string(EnumRec->getName()); in run()
751 Table->PreprocessorGuard = std::string(TableRec->getName()); in run()
847 Enum->PreprocessorGuard = Class->getName().upper(); in run()
858 Table->PreprocessorGuard = Class->getName().upper(); in run()