reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lld/include/lld/Common/Memory.h
   31 extern llvm::BumpPtrAllocator bAlloc;

References

tools/lld/COFF/Writer.cpp
  474           bAlloc.Allocate<coff_relocation>(originalRelocs.size()),
tools/lld/Common/Memory.cpp
   15 StringSaver lld::saver{bAlloc};
   21   bAlloc.Reset();
tools/lld/ELF/InputSection.cpp
  150     uncompressedBuf = bAlloc.Allocate<char>(size);