Home
last modified time | relevance | path

Searched refs:getDemangledName (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/ODS/
H A DContext.cpp124 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()
H A DConstraint.cpp18 StringRef Constraint::getDemangledName() const { in getDemangledName() function in Constraint
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DBoltDiff.cpp430 << 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()
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/ODS/
H A DConstraint.h41 StringRef getDemangledName() const;
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h974 std::string getDemangledName() const;
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp264 std::string BinaryFunction::getDemangledName() const { in getDemangledName() function in llvm::bolt::BinaryFunction