Searched refs:getDemangledName (Results 1 – 6 of 6) sorted by relevance
124 printVariableLengthCst(attr.getConstraint().getDemangledName(), kind); in print()136 printVariableLengthCst(operand.getConstraint().getDemangledName(), in print()148 printVariableLengthCst(result.getConstraint().getDemangledName(), in print()159 printer.startLine() << "AttributeConstraint `" << cst->getDemangledName() in print()168 printer.startLine() << "TypeConstraint `" << cst->getDemangledName() in print()
18 StringRef Constraint::getDemangledName() const { in getDemangledName() function in Constraint
430 << BBToFuncMap[BB2]->getDemangledName() in reportHottestBBDiffs()464 << BBToFuncMap[std::get<0>(Edge2)]->getDemangledName() in reportHottestEdgeDiffs()558 outs() << "Function " << MapEntry.first->getDemangledName(); in reportHottestFuncDiffs()559 if (MapEntry.first->getDemangledName() != in reportHottestFuncDiffs()560 MapEntry.second->getDemangledName()) in reportHottestFuncDiffs()561 outs() << "\nmatched " << MapEntry.second->getDemangledName(); in reportHottestFuncDiffs()597 outs() << "Function " << MapEntry.second->getDemangledName() << "\n"; in reportHottestFuncs()616 outs() << "Function " << MapEntry.second->getDemangledName() in reportHottestFuncs()
41 StringRef getDemangledName() const;
974 std::string getDemangledName() const;
264 std::string BinaryFunction::getDemangledName() const { in getDemangledName() function in llvm::bolt::BinaryFunction