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

  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 345 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection;
357 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
376 assert(Functions.AllocateCodeSection &&
377 "No AllocateCodeSection function provided!");
390 uint8_t *SimpleBindingMemoryManager::allocateCodeSection(
393 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID,
422 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
427 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory ||
432 functions.AllocateCodeSection = AllocateCodeSection;
    [all...]
  /external/llvm/include/llvm-c/
ExecutionEngine.h 192 * @param AllocateCodeSection Allocate a block of memory for executable code.
199 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,

Completed in 120 milliseconds