Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp142 DXCAllocator.DestroyAll(); in reset()
874 new (DXCAllocator.Allocate()) MCSectionDXContainer(Name, K, nullptr); in getDXContainerSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h133 SpecificBumpPtrAllocator<MCSectionDXContainer> DXCAllocator; variable