Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCContext.cpp78 MachOAllocator.DestroyAll(); in reset()
292 return Entry = new (MachOAllocator.Allocate()) MCSectionMachO( in getMachOSection()
/external/llvm/include/llvm/MC/
DMCContext.h81 SpecificBumpPtrAllocator<MCSectionMachO> MachOAllocator; variable