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.cpp56 std::string PreprocessorGuard; member
89 std::string PreprocessorGuard; member
337 emitIfdef((Twine("GET_") + Enum.PreprocessorGuard + "_DECL").str(), OS); in emitGenericEnum()
559 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_DECL").str(), OS); in emitGenericTable()
573 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_IMPL").str(), OS); in emitGenericTable()
758 Enum->PreprocessorGuard = EnumRec->getName().str(); in run()
778 Table->PreprocessorGuard = TableRec->getName().str(); in run()
878 Enum->PreprocessorGuard = Class->getName().upper(); in run()
889 Table->PreprocessorGuard = Class->getName().upper(); in run()