Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp143 DXCAllocator.DestroyAll(); in reset()
871 new (DXCAllocator.Allocate()) MCSectionDXContainer(Name, K, nullptr); in getDXContainerSection()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h133 SpecificBumpPtrAllocator<MCSectionDXContainer> DXCAllocator; variable