Searched refs:CodeAlign (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/lli/ |
| H A D | ForwardingMemoryManager.h | 46 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument 50 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in reserveAllocationSpace()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/ |
| H A D | MCJITMemoryManagerTest.cpp | 145 uintptr_t CodeAlign = Align ? (uintptr_t)code[i] % Align : 0; in TEST() local 148 EXPECT_EQ((uintptr_t)0, CodeAlign); in TEST()
|
| H A D | MCJITCAPITest.cpp | 90 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.cpp | 97 uintptr_t CodeSize, uint32_t CodeAlign, uintptr_t RODataSize, in reserveAllocationSpace() argument 106 if (!isPowerOf2_32(CodeAlign) || CodeAlign > EPC.getPageSize()) { in reserveAllocationSpace()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 194 uint32_t CodeAlign = 1, RODataAlign = 1, RWDataAlign = 1; in loadObjectImpl() local 196 CodeSize, CodeAlign, in loadObjectImpl() 200 MemMgr.reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in loadObjectImpl() 536 uint32_t &CodeAlign, in computeTotalAllocSize() argument 590 CodeAlign = std::max(CodeAlign, Alignment); in computeTotalAllocSize() 640 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign); in computeTotalAllocSize()
|
| H A D | RuntimeDyldImpl.h | 421 uint64_t &CodeSize, uint32_t &CodeAlign,
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.h | 63 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 137 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.h | 536 uint64_t CodeAlign, int64_t DataAlign, Triple::ArchType Arch) in FrameEntry() argument 538 CFIs(CodeAlign, DataAlign, Arch) {} in FrameEntry()
|