Searched refs:getDebugName (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DChunks.h112 StringRef getDebugName() const;
171 virtual StringRef getDebugName() const { return ""; } function in class:lld::coff::NonSectionChunk
234 StringRef getDebugName() const;
385 inline StringRef Chunk::getDebugName() const { function in class:lld::coff::Chunk
387 return static_cast<const SectionChunk *>(this)->getDebugName();
389 return static_cast<const NonSectionChunk *>(this)->getDebugName();
H A DICF.cpp308 log("Selected " + chunks[begin]->getDebugName());
310 log(" Removed " + chunks[i]->getDebugName());
H A DChunks.cpp582 StringRef SectionChunk::getDebugName() const { function in class:lld::coff::SectionChunk

Completed in 172 milliseconds