reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
31 extern llvm::BumpPtrAllocator bAlloc;
474 bAlloc.Allocate<coff_relocation>(originalRelocs.size()),
tools/lld/Common/Memory.cpp15 StringSaver lld::saver{bAlloc}; 21 bAlloc.Reset();tools/lld/ELF/InputSection.cpp
150 uncompressedBuf = bAlloc.Allocate<char>(size);