Home
last modified time | relevance | path

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

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