Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDChunks.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()
HDICF.cpp324 log("Selected " + chunks[begin]->getDebugName()); in run()
326 log(" Removed " + chunks[i]->getDebugName()); in run()
HDChunks.cpp697 StringRef SectionChunk::getDebugName() const { in getDebugName() function in lld::coff::SectionChunk
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDUnsafeBufferUsage.cpp483 StringRef getDebugName() const { in getDebugName() function in __anon1881bb180511::Gadget
2920 ("gadget '" + F->getDebugName() + "' refused to produce a fix") in getFixIts()