Home
last modified time | relevance | path

Searched refs:getDebugName (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DChunks.h111 StringRef getDebugName() const;
170 virtual StringRef getDebugName() const { return ""; } in getDebugName() function
243 StringRef getDebugName() const;
398 inline StringRef Chunk::getDebugName() const { in getDebugName() function
400 return static_cast<const SectionChunk *>(this)->getDebugName(); in getDebugName()
402 return static_cast<const NonSectionChunk *>(this)->getDebugName(); in getDebugName()
H A DICF.cpp312 log("Selected " + chunks[begin]->getDebugName()); in run()
314 log(" Removed " + chunks[i]->getDebugName()); in run()
H A DChunks.cpp641 StringRef SectionChunk::getDebugName() const { in getDebugName() function in lld::coff::SectionChunk
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DFrozenRewritePatternSet.cpp87 if (!isEnabledFn(pat->getDebugName()) && in FrozenRewritePatternSet()
96 if (isDisabledFn(pat->getDebugName()) || in FrozenRewritePatternSet()
H A DPatternApplicator.cpp200 << "Trying to match \"" << pattern->getDebugName() << "\"\n"); in matchAndRewrite()
202 LLVM_DEBUG(llvm::dbgs() << "\"" << pattern->getDebugName() << "\" result " in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DGreedyPatternRewriteDriver.cpp253 logger.startLine() << "* Pattern " << pattern.getDebugName() << " : '" in simplify()
H A DDialectConversion.cpp1965 diag << "Failed to apply pattern \"" << pattern.getDebugName() in legalizeWithPattern()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DPatternMatch.h138 StringRef getDebugName() const { return debugName; } in getDebugName() function
280 if (pattern->getDebugName().empty()) in create()