Home
last modified time | relevance | path

Searched refs:allocateCodeSection (Results 1 – 16 of 16) sorted by relevance

/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMemoryManagerTest.cpp19 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1, ""); in TEST()
21 uint8_t *code2 = MemMgr->allocateCodeSection(256, 0, 3, ""); in TEST()
52 uint8_t *code1 = MemMgr->allocateCodeSection(0x100000, 0, 1, ""); in TEST()
54 uint8_t *code2 = MemMgr->allocateCodeSection(0x100000, 0, 3, ""); in TEST()
91 code[i] = MemMgr->allocateCodeSection(32, 0, 1, ""); in TEST()
130 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i, ""); in TEST()
H A DMCJITCAPITest.cpp36 return static_cast<SectionMemoryManager*>(object)->allocateCodeSection( in roundTripAllocateCodeSection()
112 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function in __anon3c40fcf20111::TestReserveAllocationSpaceMemoryManager
116 return SectionMemoryManager::allocateCodeSection(Size, Alignment, in allocateCodeSection()
/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h33 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function
36 return MemMgr->allocateCodeSection(Size, Alignment, SectionID, SectionName); in allocateCodeSection()
/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DELF_x86_64_StubBuf.s6 # CHECK: allocateCodeSection(Size = 42, Alignment = 16, SectionName = __text)
/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h117 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
H A DRuntimeDyld.h103 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h55 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp339 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
372 uint8_t *SimpleBindingMemoryManager::allocateCodeSection(
373 uint8_t *SimpleBindingMemoryManager::allocateCodeSection( allocateCodeSection() function in __anon0a2fccf40111::SimpleBindingMemoryManager
H A DSectionMemoryManager.cpp32 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size,
33 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size, allocateCodeSection() function in llvm::SectionMemoryManager
/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h256 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp61 uint8_t *EPCGenericRTDyldMemoryManager::allocateCodeSection(
62 uint8_t *EPCGenericRTDyldMemoryManager::allocateCodeSection( allocateCodeSection() function in llvm::orc::EPCGenericRTDyldMemoryManager
H A DOrcV2CBindings.cpp1088 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1087 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() function in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks::MCJITMemoryManagerLikeCallbacksMemMgr
/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp202 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
293 uint8_t *TrivialMemoryManager::allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in TrivialMemoryManager
/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp605 uint8_t *IRExecutionUnit::MemoryManager::allocateCodeSection( in GetSectionTypeFromSectionName()
610 uint8_t *return_value = m_default_mm_up->allocateCodeSection( in allocateCodeSection()
620 "IRExecutionUnit::allocateCodeSection(Size=0x%" PRIx64 in allocateCodeSection()
608 uint8_t *IRExecutionUnit::MemoryManager::allocateCodeSection( allocateCodeSection() function in IRExecutionUnit::MemoryManager
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp870 Addr = MemMgr.allocateCodeSection(Allocate, Alignment.value(), SectionID, in emitSection()
H A DRuntimeDyldELF.cpp2696 uint8_t *IFuncStubsAddr = MemMgr.allocateCodeSection(