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

  /external/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 31 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size,
ExecutionEngineBindings.cpp 344 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection;
356 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
375 assert(Functions.AllocateCodeSection &&
376 "No AllocateCodeSection function provided!");
389 uint8_t *SimpleBindingMemoryManager::allocateCodeSection(
392 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID,
421 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
426 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory ||
431 functions.AllocateCodeSection = AllocateCodeSection;
    [all...]
  /external/llvm/tools/lli/
RemoteMemoryManager.cpp 33 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID,
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 491 IRExecutionUnit::MemoryManager::allocateCodeSection(uintptr_t Size,
497 uint8_t *return_value = m_default_mm_ap->allocateCodeSection(Size, Alignment, SectionID);
507 log->Printf("IRExecutionUnit::allocateCodeSection(Size=0x%" PRIx64 ", Alignment=%u, SectionID=%u) = %p",
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 115 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
136 uint8_t *TrivialMemoryManager::allocateCodeSection(uintptr_t Size,

Completed in 112 milliseconds