Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp106 if (InstNamespace.empty()) { in getInstNamespace()
110 InstNamespace = Inst->Namespace; in getInstNamespace()
116 return InstNamespace; in getInstNamespace()
H A DCodeGenTarget.h76 mutable StringRef InstNamespace; variable