Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCContext.cpp74 COFFAllocator.DestroyAll(); in reset()
405 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection()
/external/llvm/include/llvm/MC/
DMCContext.h75 SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator; variable