Searched refs:allocateCodeSection (Results 1 - 13 of 13) sorted by relevance

/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DELF_x86_64_StubBuf.s6 # CHECK: allocateCodeSection(Size = 42, Alignment = 16, SectionName = __text)
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMemoryManagerTest.cpp20 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1, "");
22 uint8_t *code2 = MemMgr->allocateCodeSection(256, 0, 3, "");
53 uint8_t *code1 = MemMgr->allocateCodeSection(0x100000, 0, 1, "");
55 uint8_t *code2 = MemMgr->allocateCodeSection(0x100000, 0, 3, "");
92 code[i] = MemMgr->allocateCodeSection(32, 0, 1, "");
131 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i, "");
H A DMCJITCAPITest.cpp38 return static_cast<SectionMemoryManager*>(object)->allocateCodeSection(
113 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
117 return SectionMemoryManager::allocateCodeSection(Size, Alignment,
/external/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h50 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
H A DRuntimeDyld.h122 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
/external/llvm/tools/lli/
H A DRemoteJITUtils.h90 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
93 return MemMgr->allocateCodeSection(Size, Alignment, SectionID, SectionName);
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp326 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
359 uint8_t *SimpleBindingMemoryManager::allocateCodeSection( function in class:__anon12682::SimpleBindingMemoryManager
H A DSectionMemoryManager.cpp32 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size, function in class:llvm::SectionMemoryManager
/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h38 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
42 ClientMM->allocateCodeSection(Size, Alignment, SectionID,
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp150 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
216 uint8_t *TrivialMemoryManager::allocateCodeSection(uintptr_t Size, function in class:TrivialMemoryManager
221 outs() << "allocateCodeSection(Size = " << Size << ", Alignment = "
/external/llvm/unittests/ExecutionEngine/Orc/
H A DObjectTransformLayerTest.cpp297 uint8_t *allocateCodeSection(uintptr_t, unsigned, unsigned,
/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h82 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp706 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID,

Completed in 254 milliseconds