Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp149 DXCAllocator.DestroyAll(); in reset()
839 new (DXCAllocator.Allocate()) MCSectionDXContainer(Name, K, nullptr); in getDXContainerSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h133 SpecificBumpPtrAllocator<MCSectionDXContainer> DXCAllocator; variable