Searched refs:getDebugName (Results 1 – 3 of 3) sorted by relevance
110 StringRef getDebugName() const;169 virtual StringRef getDebugName() const { return ""; } in getDebugName() function259 StringRef getDebugName() const;414 inline StringRef Chunk::getDebugName() const { in getDebugName() function416 return static_cast<const SectionChunk *>(this)->getDebugName(); in getDebugName()418 return static_cast<const NonSectionChunk *>(this)->getDebugName(); in getDebugName()
310 log("Selected " + chunks[begin]->getDebugName()); in run()312 log(" Removed " + chunks[i]->getDebugName()); in run()
677 StringRef SectionChunk::getDebugName() const { in getDebugName() function in lld::coff::SectionChunk