Lines Matching defs:AllocateCodeSection
1033 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
1044 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
1050 AllocateCodeSection(AllocateCodeSection),
1058 std::swap(AllocateCodeSection, Other.AllocateCodeSection);
1072 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection = nullptr;
1090 return CBs.AllocateCodeSection(Opaque, Size, Alignment, SectionID,
1122 assert(AllocateCodeSection && "AllocateCodeSection must not be null");
1128 CreateContextCtx, CreateContext, NotifyTerminating, AllocateCodeSection,