Searched refs:CodeAlign (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lli/ |
| H A D | RemoteJITUtils.h | 104 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument 108 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in reserveAllocationSpace()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 193 uint32_t CodeAlign = 1, RODataAlign = 1, RWDataAlign = 1; in loadObjectImpl() local 195 CodeSize, CodeAlign, in loadObjectImpl() 199 MemMgr.reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in loadObjectImpl() 469 uint32_t &CodeAlign, in computeTotalAllocSize() argument 514 CodeAlign = std::max(CodeAlign, Alignment); in computeTotalAllocSize() 561 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign); in computeTotalAllocSize()
|
| H A D | RuntimeDyldImpl.h | 445 uint64_t &CodeSize, uint32_t &CodeAlign,
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.h | 136 FrameEntry(FrameKind K, uint64_t Offset, uint64_t Length, uint64_t CodeAlign, in FrameEntry() argument 139 CFIs(CodeAlign, DataAlign, Arch) {} in FrameEntry()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | OrcRemoteTargetClient.h | 109 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument 119 Client.reserveMem(Id, CodeSize, CodeAlign); in reserveAllocationSpace() 124 << " (" << CodeSize << " bytes, alignment " << CodeAlign in reserveAllocationSpace()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 123 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcMCJITReplacement.h | 87 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument 91 return ClientMM->reserveAllocationSpace(CodeSize, CodeAlign, in reserveAllocationSpace()
|