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