Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp151 MCSubtargetAllocator.DestroyAll(); in reset()
885 return *new (MCSubtargetAllocator.Allocate()) MCSubtargetInfo(STI); in getSubtargetCopy()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h354 SpecificBumpPtrAllocator<MCSubtargetInfo> MCSubtargetAllocator; variable