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.cpp141 COFFAllocator.DestroyAll(); in reset()
691 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h132 SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator; variable