Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h36 static void *allocateWithKey(size_t EntrySize, size_t EntryAlign,
42 void *StringMapEntryBase::allocateWithKey(size_t EntrySize, size_t EntryAlign, in allocateWithKey() argument
50 void *Allocation = Allocator.Allocate(AllocSize, EntryAlign); in allocateWithKey()