Searched refs:AllocateCodeSection (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp342 uint8_t *(*AllocateCodeSection)(void *Opaque, member in struct:__anon22176::SimpleBindingMMFunctions
376 assert(Functions.AllocateCodeSection &&
377 "No AllocateCodeSection function provided!");
392 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID);
418 uint8_t *(*AllocateCodeSection)(void *Opaque,
427 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory ||
432 functions.AllocateCodeSection = AllocateCodeSection;
/external/llvm/include/llvm-c/
H A DExecutionEngine.h180 * @param AllocateCodeSection Allocate a block of memory for executable code.
187 uint8_t *(*AllocateCodeSection)(void *Opaque,

Completed in 129 milliseconds