Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DChunks.h111 StringRef getDebugName() const;
175 virtual StringRef getDebugName() const { return ""; } in getDebugName() function
277 StringRef getDebugName() const;
428 inline StringRef Chunk::getDebugName() const { in getDebugName() function
430 return static_cast<const SectionChunk *>(this)->getDebugName(); in getDebugName()
431 return static_cast<const NonSectionChunk *>(this)->getDebugName(); in getDebugName()
H A DICF.cpp315 log("Selected " + chunks[begin]->getDebugName()); in run()
317 log(" Removed " + chunks[i]->getDebugName()); in run()
H A DChunks.cpp695 StringRef SectionChunk::getDebugName() const { in getDebugName() function in lld::coff::SectionChunk
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp368 StringRef getDebugName() const { in getDebugName() function in __anon106d55b40311::Gadget
2541 ("gadget '" + F->getDebugName() + "' refused to produce a fix") in getFixIts()