reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
43 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); }
lib/CodeGen/MachineFunction.cpp329 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator)) 337 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator)) 388 return new (BasicBlockRecycler.Allocate<MachineBasicBlock>(Allocator))