Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp143 COFFAllocator.DestroyAll(); in reset()
720 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h142 SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator; variable