HomeSort by relevance Sort by last modified time
    Searched full:allocatecodesection (Results 1 - 11 of 11) sorted by null

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMemoryManagerTest.cpp 22 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1);
24 uint8_t *code2 = MemMgr->allocateCodeSection(256, 0, 3);
55 uint8_t *code1 = MemMgr->allocateCodeSection(0x100000, 0, 1);
57 uint8_t *code2 = MemMgr->allocateCodeSection(0x100000, 0, 3);
94 code[i] = MemMgr->allocateCodeSection(32, 0, 1);
133 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i);
  /external/llvm/tools/lli/
RecordingMemoryManager.h 52 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
RecordingMemoryManager.cpp 30 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID) {
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 62 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
81 uint8_t *TrivialMemoryManager::allocateCodeSection(uintptr_t Size,
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 43 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
SectionMemoryManager.h 51 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 242 /// \param IsCode if it's true then allocateCodeSection() will be
251 /// \param IsCode if it's true then allocateCodeSection() will be
RuntimeDyld.cpp 257 ? MemMgr->allocateCodeSection(Allocate, Alignment, SectionID)
  /external/llvm/lib/ExecutionEngine/MCJIT/
SectionMemoryManager.cpp 41 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size,
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 123 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
125 return Base->allocateCodeSection(Size, Alignment, SectionID);
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 465 /// allocateCodeSection - Allocate memory for a code section.
466 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
    [all...]

Completed in 656 milliseconds