Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DFormat.cpp32 customSubstMap[placeholder] = subst.str(); in addSubst()
63 auto it = customSubstMap.find(placeholder); in getSubstFor()
64 if (it == customSubstMap.end()) in getSubstFor()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DFormat.h89 llvm::StringMap<std::string> customSubstMap; variable