Lines Matching defs:allocateCodeSection
311 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection;
323 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
342 assert(Functions.AllocateCodeSection &&
343 "No AllocateCodeSection function provided!");
356 uint8_t *SimpleBindingMemoryManager::allocateCodeSection(
359 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID,
388 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
393 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory ||
398 functions.AllocateCodeSection = AllocateCodeSection;