Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCContext.cpp158 MCSubtargetAllocator.DestroyAll(); in reset()
888 return *new (MCSubtargetAllocator.Allocate()) MCSubtargetInfo(STI); in getSubtargetCopy()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCContext.h331 SpecificBumpPtrAllocator<MCSubtargetInfo> MCSubtargetAllocator; variable