Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.h63 mutable StringRef InstNamespace; variable
H A DCodeGenTarget.cpp268 if (InstNamespace.empty()) { in getInstNamespace()
272 InstNamespace = Inst->Namespace; in getInstNamespace()
278 return InstNamespace; in getInstNamespace()