Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCContext.cpp149 MCInstAllocator.DestroyAll(); in reset()
194 return new (MCInstAllocator.Allocate()) MCInst; in createMCInst()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCContext.h140 SpecificBumpPtrAllocator<MCInst> MCInstAllocator; variable