Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp152 MCInstAllocator.DestroyAll(); in reset()
200 return new (MCInstAllocator.Allocate()) MCInst; in createMCInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h151 SpecificBumpPtrAllocator<MCInst> MCInstAllocator; variable