Home
last modified time | relevance | path

Searched refs:CodeAlign (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/tools/lli/
H A DForwardingMemoryManager.h46 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 DMCJITMemoryManagerTest.cpp145 uintptr_t CodeAlign = Align ? (uintptr_t)code[i] % Align : 0; in TEST() local
148 EXPECT_EQ((uintptr_t)0, CodeAlign); in TEST()
H A DMCJITCAPITest.cpp90 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp97 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 DRuntimeDyld.cpp194 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 DRuntimeDyldImpl.h421 uint64_t &CodeSize, uint32_t &CodeAlign,
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h63 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h137 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h536 uint64_t CodeAlign, int64_t DataAlign, Triple::ArchType Arch) in FrameEntry() argument
538 CFIs(CodeAlign, DataAlign, Arch) {} in FrameEntry()