Home
last modified time | relevance | path

Searched defs:getDebugName (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DChunks.h170 virtual StringRef getDebugName() const { return ""; } in getDebugName() function
398 inline StringRef Chunk::getDebugName() const { in getDebugName() function
H A DChunks.cpp641 StringRef SectionChunk::getDebugName() const { in getDebugName() function in lld::coff::SectionChunk
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DPatternMatch.h138 StringRef getDebugName() const { return debugName; } in getDebugName() function