Home
last modified time | relevance | path

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

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