Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h63 mutable StringRef InstNamespace; variable
H A DCodeGenTarget.cpp283 if (InstNamespace.empty()) { in getInstNamespace()
287 InstNamespace = Inst->Namespace; in getInstNamespace()
293 return InstNamespace; in getInstNamespace()