Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/COFF/
H A DChunks.h117 StringRef getDebugName() const;
186 virtual StringRef getDebugName() const { return ""; } in getDebugName() function
288 StringRef getDebugName() const;
449 inline StringRef Chunk::getDebugName() const { in getDebugName() function
451 return static_cast<const SectionChunk *>(this)->getDebugName(); in getDebugName()
452 return static_cast<const NonSectionChunk *>(this)->getDebugName(); in getDebugName()
H A DICF.cpp324 log("Selected " + chunks[begin]->getDebugName()); in run()
326 log(" Removed " + chunks[i]->getDebugName()); in run()
H A DChunks.cpp697 StringRef SectionChunk::getDebugName() const { in getDebugName() function in lld::coff::SectionChunk
/src/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp483 StringRef getDebugName() const { in getDebugName() function in __anon4f0740330511::Gadget
2920 ("gadget '" + F->getDebugName() + "' refused to produce a fix") in getFixIts()