Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp146 GOFFAllocator.DestroyAll(); in reset()
686 MCSectionGOFF *GOFFSection = new (GOFFAllocator.Allocate()) in getGOFFSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h146 SpecificBumpPtrAllocator<MCSectionGOFF> GOFFAllocator; variable