Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp48 std::string PreprocessorGuard; member
74 std::string PreprocessorGuard; member
298 emitIfdef((Twine("GET_") + Enum.PreprocessorGuard + "_DECL").str(), OS); in emitGenericEnum()
487 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_DECL").str(), OS); in emitGenericTable()
501 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_IMPL").str(), OS); in emitGenericTable()
679 Enum->PreprocessorGuard = std::string(EnumRec->getName()); in run()
698 Table->PreprocessorGuard = std::string(TableRec->getName()); in run()
791 Enum->PreprocessorGuard = Class->getName().upper(); in run()
802 Table->PreprocessorGuard = Class->getName().upper(); in run()