Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DChunks.h112 StringRef getDebugName() const;
171 virtual StringRef getDebugName() const { return ""; } in getDebugName() function
244 StringRef getDebugName() const;
399 inline StringRef Chunk::getDebugName() const { in getDebugName() function
401 return static_cast<const SectionChunk *>(this)->getDebugName(); in getDebugName()
403 return static_cast<const NonSectionChunk *>(this)->getDebugName(); in getDebugName()
H A DICF.cpp311 log("Selected " + chunks[begin]->getDebugName()); in run()
313 log(" Removed " + chunks[i]->getDebugName()); in run()
H A DChunks.cpp639 StringRef SectionChunk::getDebugName() const { in getDebugName() function in lld::coff::SectionChunk