Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h118 StringRef getDebugName() const;
187 virtual StringRef getDebugName() const { return ""; } in getDebugName() function
295 StringRef getDebugName() const;
456 inline StringRef Chunk::getDebugName() const { in getDebugName() function
458 return static_cast<const SectionChunk *>(this)->getDebugName(); in getDebugName()
459 return static_cast<const NonSectionChunk *>(this)->getDebugName(); in getDebugName()
H A DICF.cpp320 Log(ctx) << "Selected " << chunks[begin]->getDebugName(); in run()
322 Log(ctx) << " Removed " << chunks[i]->getDebugName(); in run()
H A DChunks.cpp724 StringRef SectionChunk::getDebugName() const { in getDebugName() function in lld::coff::SectionChunk
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1180 StringRef getDebugName() const { in getDebugName() function in __anon8edba8be0911::Gadget
3880 ("gadget '" + F->getDebugName() + "' refused to produce a fix") in getFixIts()