Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/TableGen/
DFormat.cpp25 customSubstMap[placeholder] = subst.str(); in addSubst()
56 auto it = customSubstMap.find(placeholder); in getSubstFor()
57 if (it == customSubstMap.end()) in getSubstFor()
/external/llvm-project/mlir/include/mlir/TableGen/
DFormat.h86 llvm::StringMap<std::string> customSubstMap; variable