| /freebsd/contrib/llvm-project/llvm/tools/lli/ |
| H A D | ForwardingMemoryManager.h | 33 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 D | SectionMemoryManager.h | 118 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
|
| H A D | RuntimeDyld.h | 104 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.h | 57 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 339 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, 372 uint8_t *SimpleBindingMemoryManager::allocateCodeSection( in allocateCodeSection() function in __anon2e2260210111::SimpleBindingMemoryManager
|
| H A D | SectionMemoryManager.cpp | 32 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in llvm::SectionMemoryManager
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 263 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.cpp | 62 uint8_t *EPCGenericRTDyldMemoryManager::allocateCodeSection( in allocateCodeSection() function in llvm::orc::EPCGenericRTDyldMemoryManager
|
| H A D | OrcV2CBindings.cpp | 1089 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() function in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks::MCJITMemoryManagerLikeCallbacksMemMgr
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 202 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 D | IRExecutionUnit.cpp | 607 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 D | RuntimeDyld.cpp | 870 Addr = MemMgr.allocateCodeSection(Allocate, Alignment.value(), SectionID, in emitSection()
|
| H A D | RuntimeDyldELF.cpp | 2733 uint8_t *IFuncStubsAddr = MemMgr.allocateCodeSection( in finalizeLoad()
|