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

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJITMemoryManager.h 36 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
38 return JMM->allocateCodeSection(Size, Alignment, SectionID);
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 38 /// allocateCodeSection - Allocate a memory block of (at least) the given
40 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
JITMemoryManager.h 115 /// allocateCodeSection - Allocate a memory block of (at least) the given
120 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
  /external/llvm/tools/lli/
RecordingMemoryManager.h 46 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
RecordingMemoryManager.cpp 19 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID) {
lli.cpp 212 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
294 uint8_t *LLIMCJITMemoryManager::allocateCodeSection(uintptr_t Size,
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 56 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
73 uint8_t *TrivialMemoryManager::allocateCodeSection(uintptr_t Size,
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 255 ? MemMgr->allocateCodeSection(Allocate, Alignment, SectionID)
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 124 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
126 return Base->allocateCodeSection(Size, Alignment, SectionID);
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 461 /// allocateCodeSection - Allocate memory for a code section.
462 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
    [all...]

Completed in 205 milliseconds