Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DICF.cpp306 log("Selected " + Chunks[Begin]->getDebugName()); in run()
308 log(" Removed " + Chunks[I]->getDebugName()); in run()
H A DChunks.h107 virtual StringRef getDebugName() { return ""; } in getDebugName() function
184 StringRef getDebugName() override;
H A DChunks.cpp584 StringRef SectionChunk::getDebugName() { in getDebugName() function in lld::coff::SectionChunk