Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp147 ELFAllocator.DestroyAll(); in reset()
592 auto *Ret = new (ELFAllocator.Allocate()) MCSectionELF( in createELFSectionImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h145 SpecificBumpPtrAllocator<MCSectionELF> ELFAllocator; variable