Searched refs:getDebugName (Results 1 – 3 of 3) sorted by relevance
112 StringRef getDebugName() const;171 virtual StringRef getDebugName() const { return ""; } in getDebugName() function244 StringRef getDebugName() const;399 inline StringRef Chunk::getDebugName() const { in getDebugName() function401 return static_cast<const SectionChunk *>(this)->getDebugName(); in getDebugName()403 return static_cast<const NonSectionChunk *>(this)->getDebugName(); in getDebugName()
311 log("Selected " + chunks[begin]->getDebugName()); in run()313 log(" Removed " + chunks[i]->getDebugName()); in run()
639 StringRef SectionChunk::getDebugName() const { in getDebugName() function in lld::coff::SectionChunk