Lines Matching defs:AllocateDataSection
1035 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,
1046 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,
1052 AllocateDataSection(AllocateDataSection),
1060 std::swap(AllocateDataSection, Other.AllocateDataSection);
1074 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection = nullptr;
1098 return CBs.AllocateDataSection(Opaque, Size, Alignment, SectionID,
1124 assert(AllocateDataSection && "AllocateDataSection must not be null");
1130 AllocateDataSection, FinalizeMemory, Destroy);