Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/MC/
DMCContext.cpp93 MCInstAllocator.DestroyAll(); in reset()
135 return new (MCInstAllocator.Allocate()) MCInst; in createMCInst()
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h100 SpecificBumpPtrAllocator<MCInst> MCInstAllocator; variable