Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp147 MachOAllocator.DestroyAll(); in reset()
513 auto *Ret = new (MachOAllocator.Allocate()) in getMachOSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h145 SpecificBumpPtrAllocator<MCSectionMachO> MachOAllocator; variable