HomeSort by relevance Sort by last modified time
    Searched defs:allocateCodeSection (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/lli/
RemoteMemoryManager.cpp 33 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID,
  /external/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 32 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size,
ExecutionEngineBindings.cpp 311 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection;
323 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
342 assert(Functions.AllocateCodeSection &&
343 "No AllocateCodeSection function provided!");
356 uint8_t *SimpleBindingMemoryManager::allocateCodeSection(
359 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID,
388 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
393 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory ||
398 functions.AllocateCodeSection = AllocateCodeSection;
    [all...]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 150 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
216 uint8_t *TrivialMemoryManager::allocateCodeSection(uintptr_t Size,
221 outs() << "allocateCodeSection(Size = " << Size << ", Alignment = "

Completed in 179 milliseconds