Searched refs:AllocOwner (Results 1 – 1 of 1) sorted by relevance
329 template <typename T> static RelocOffset *create(T *AllocOwner) { in create() argument330 return new (AllocOwner->template allocate<RelocOffset>()) RelocOffset(); in create()402 static ConstantRelocatable *create(T *AllocOwner, Type Ty, in create() argument404 return new (AllocOwner->template allocate<ConstantRelocatable>()) in create()