HomeSort by: relevance | last modified time | path
    Searched defs:getQualifiedName (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenTarget.cpp 235 /// getQualifiedName - Return the name of the specified record, with a
238 std::string llvm::getQualifiedName(const Record *R) {
CodeGenRegisters.cpp 68 std::string CodeGenSubRegIndex::getQualifiedName() const {
930 std::string CodeGenRegisterClass::getQualifiedName() const {
1417 PrintWarning(Twine("SubRegIndex ") + Idx1->getQualifiedName() +
1418 " and " + Idx2->getQualifiedName() +
1419 " compose ambiguously as " + Prev->getQualifiedName() +
1420 " or " + Idx3->getQualifiedName());

Completed in 48 milliseconds