Lines Matching defs:AllocateCodeSection
1034 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
1045 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
1051 AllocateCodeSection(AllocateCodeSection),
1059 std::swap(AllocateCodeSection, Other.AllocateCodeSection);
1073 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection = nullptr;
1091 return CBs.AllocateCodeSection(Opaque, Size, Alignment, SectionID,
1123 assert(AllocateCodeSection && "AllocateCodeSection must not be null");
1129 CreateContextCtx, CreateContext, NotifyTerminating, AllocateCodeSection,