Searched refs:allocateFromSlab (Results 1 – 1 of 1) sorted by relevance
/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 265 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode, in allocateFromSlab() function in TrivialMemoryManager 305 return allocateFromSlab(Size, Alignment, true /* isCode */, in allocateCodeSection() 334 return allocateFromSlab(Size, Alignment, false /* isCode */, SectionName, in allocateDataSection()
|