Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/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,
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h55 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp340 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
373 uint8_t *SimpleBindingMemoryManager::allocateCodeSection( in allocateCodeSection() function in __anonf2e883e90111::SimpleBindingMemoryManager
H A DSectionMemoryManager.cpp33 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in llvm::SectionMemoryManager
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h256 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp62 uint8_t *EPCGenericRTDyldMemoryManager::allocateCodeSection( in allocateCodeSection() function in llvm::orc::EPCGenericRTDyldMemoryManager
H A DOrcV2CBindings.cpp1087 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() function in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks::MCJITMemoryManagerLikeCallbacksMemMgr
/freebsd/contrib/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
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp607 uint8_t *IRExecutionUnit::MemoryManager::allocateCodeSection( in allocateCodeSection() function in IRExecutionUnit::MemoryManager
612 uint8_t *return_value = m_default_mm_up->allocateCodeSection( in allocateCodeSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp867 Addr = MemMgr.allocateCodeSection(Allocate, Alignment.value(), SectionID, in emitSection()
H A DRuntimeDyldELF.cpp2331 uint8_t *IFuncStubsAddr = MemMgr.allocateCodeSection( in finalizeLoad()