Home
last modified time | relevance | path

Searched refs:allocTrait (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DUser.cpp163 void *User::operator new(size_t Size, IntrusiveOperandsAllocMarker allocTrait) { in operator new() argument
164 return allocateFixedOperandUser(Size, allocTrait.NumOps, 0); in operator new()
168 IntrusiveOperandsAndDescriptorAllocMarker allocTrait) { in operator new() argument
169 return allocateFixedOperandUser(Size, allocTrait.NumOps, in operator new()
170 allocTrait.DescBytes); in operator new()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h110 IntrusiveOperandsAllocMarker allocTrait);
117 IntrusiveOperandsAndDescriptorAllocMarker allocTrait);