| /freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/ |
| HD | RemoteJITUtils.h | 90 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/ |
| HD | SectionMemoryManager.h | 118 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
|
| HD | RuntimeDyld.h | 104 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| HD | ExecutionEngineBindings.cpp | 328 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, 361 uint8_t *SimpleBindingMemoryManager::allocateCodeSection( in allocateCodeSection() function in __anon4b18cb180111::SimpleBindingMemoryManager
|
| HD | SectionMemoryManager.cpp | 33 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in llvm::SectionMemoryManager
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| HD | OrcMCJITReplacement.h | 67 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/ |
| HD | IRExecutionUnit.h | 261 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| HD | llvm-rtdyld.cpp | 201 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/ |
| HD | IRExecutionUnit.cpp | 587 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/ |
| HD | OrcRemoteTargetClient.h | 74 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyld.cpp | 836 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID, in emitSection()
|