Lines Matching refs:Allocate
196 return new (MCInstAllocator.Allocate()) MCInst; in createMCInst()
430 return new (WasmSignatureAllocator.Allocate()) wasm::WasmSignature; in createWasmSignature()
513 auto *Ret = new (MachOAllocator.Allocate()) in getMachOSection()
531 auto *Ret = new (ELFAllocator.Allocate()) MCSectionELF( in createELFSectionImpl()
686 MCSectionGOFF *GOFFSection = new (GOFFAllocator.Allocate()) in getGOFFSection()
720 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection()
785 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection()
836 Result = new (XCOFFAllocator.Allocate()) MCSectionXCOFF( in getXCOFFSection()
840 Result = new (XCOFFAllocator.Allocate()) in getXCOFFSection()
861 MCSectionSPIRV *Result = new (SPIRVAllocator.Allocate()) MCSectionSPIRV(); in getSPIRVSection()
880 new (DXCAllocator.Allocate()) MCSectionDXContainer(Name, K, nullptr); in getDXContainerSection()
888 return *new (MCSubtargetAllocator.Allocate()) MCSubtargetInfo(STI); in getSubtargetCopy()