Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
HDRemoteJITUtils.h90 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function
93 return MemMgr->allocateCodeSection(Size, Alignment, SectionID, SectionName); in allocateCodeSection()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDSectionMemoryManager.h118 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
HDRuntimeDyld.h104 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngineBindings.cpp328 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
361 uint8_t *SimpleBindingMemoryManager::allocateCodeSection( in allocateCodeSection() function in __anon4b18cb180111::SimpleBindingMemoryManager
HDSectionMemoryManager.cpp33 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in llvm::SectionMemoryManager
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDOrcMCJITReplacement.h67 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function
71 ClientMM->allocateCodeSection(Size, Alignment, SectionID, in allocateCodeSection()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDIRExecutionUnit.h261 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
HDllvm-rtdyld.cpp201 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
285 uint8_t *TrivialMemoryManager::allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in TrivialMemoryManager
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDIRExecutionUnit.cpp587 uint8_t *IRExecutionUnit::MemoryManager::allocateCodeSection( in allocateCodeSection() function in IRExecutionUnit::MemoryManager
592 uint8_t *return_value = m_default_mm_up->allocateCodeSection( in allocateCodeSection()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDOrcRemoteTargetClient.h74 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp836 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID, in emitSection()