Searched refs:ELFAllocator (Results 1 – 2 of 2) sorted by relevance
75 ELFAllocator.DestroyAll(); in reset()323 return new (ELFAllocator.Allocate()) in createELFRelSection()368 MCSectionELF *Result = new (ELFAllocator.Allocate()) in getELFSection()376 MCSectionELF *Result = new (ELFAllocator.Allocate()) in createELFGroupSection()
76 SpecificBumpPtrAllocator<MCSectionELF> ELFAllocator; variable