Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp265 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()