Searched refs:AllocateDataSection (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 329 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection; member 361 assert(Functions.AllocateDataSection && in SimpleBindingMemoryManager() 383 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID, in allocateDataSection() 406 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, in LLVMCreateSimpleMCJITMemoryManager() argument 410 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager() 416 functions.AllocateDataSection = AllocateDataSection; in LLVMCreateSimpleMCJITMemoryManager()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcV2CBindings.cpp | 1078 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() argument 1089 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1095 AllocateDataSection(AllocateDataSection), in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1103 std::swap(AllocateDataSection, Other.AllocateDataSection); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1117 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection = nullptr; in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() member 1141 return CBs.AllocateDataSection(Opaque, Size, Alignment, SectionID, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1167 assert(AllocateDataSection && "AllocateDataSection must not be null"); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1173 AllocateDataSection, FinalizeMemory, Destroy); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm-c/ |
| H A D | OrcEE.h | 83 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,
|
| H A D | ExecutionEngine.h | 183 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,
|