Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp47 std::string PreprocessorGuard; member
73 std::string PreprocessorGuard; member
295 emitIfdef((Twine("GET_") + Enum.PreprocessorGuard + "_DECL").str(), OS); in emitGenericEnum()
484 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_DECL").str(), OS); in emitGenericTable()
498 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_IMPL").str(), OS); in emitGenericTable()
676 Enum->PreprocessorGuard = std::string(EnumRec->getName()); in run()
695 Table->PreprocessorGuard = std::string(TableRec->getName()); in run()
772 Enum->PreprocessorGuard = Class->getName().upper(); in run()
783 Table->PreprocessorGuard = Class->getName().upper(); in run()