Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DChunks.h110 StringRef getDebugName() const;
169 virtual StringRef getDebugName() const { return ""; } in getDebugName() function
259 StringRef getDebugName() const;
414 inline StringRef Chunk::getDebugName() const { in getDebugName() function
416 return static_cast<const SectionChunk *>(this)->getDebugName(); in getDebugName()
418 return static_cast<const NonSectionChunk *>(this)->getDebugName(); in getDebugName()
H A DICF.cpp310 log("Selected " + chunks[begin]->getDebugName()); in run()
312 log(" Removed " + chunks[i]->getDebugName()); in run()
H A DChunks.cpp677 StringRef SectionChunk::getDebugName() const { in getDebugName() function in lld::coff::SectionChunk