HomeSort by relevance Sort by last modified time
    Searched refs:AllocateDataSection (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 346 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection;
361 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
378 assert(Functions.AllocateDataSection &&
379 "No AllocateDataSection function provided!");
397 uint8_t *SimpleBindingMemoryManager::allocateDataSection(
400 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID,
423 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,
427 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory ||
433 functions.AllocateDataSection = AllocateDataSection;
    [all...]
  /external/llvm/include/llvm-c/
ExecutionEngine.h 193 * @param AllocateDataSection Allocate a block of memory for data.
200 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,

Completed in 1515 milliseconds