Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.h356 std::string getNamespaceQualification() const;
H A DCodeGenRegisters.cpp968 std::string CodeGenRegisterClass::getNamespaceQualification() const { in getNamespaceQualification() function in CodeGenRegisterClass
973 return getNamespaceQualification() + getName(); in getQualifiedName()
981 return getNamespaceQualification() + getIdName(); in getQualifiedIdName()