Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h381 std::string getNamespaceQualification() const;
H A DCodeGenRegisters.cpp911 std::string CodeGenRegisterClass::getNamespaceQualification() const { in getNamespaceQualification() function in CodeGenRegisterClass
916 return getNamespaceQualification() + getName(); in getQualifiedName()
924 return getNamespaceQualification() + getIdName(); in getQualifiedIdName()