Home
last modified time | relevance | path

Searched refs:ELFAllocator (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp150 ELFAllocator.DestroyAll(); in reset()
495 auto *Ret = new (ELFAllocator.Allocate()) in createELFSectionImpl()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h134 SpecificBumpPtrAllocator<MCSectionELF> ELFAllocator; variable