Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lli/
H A DRemoteJITUtils.h104 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 DRuntimeDyld.cpp193 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 DRuntimeDyldImpl.h445 uint64_t &CodeSize, uint32_t &CodeAlign,
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h136 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 DOrcRemoteTargetClient.h109 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 DRuntimeDyld.h123 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h87 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument
91 return ClientMM->reserveAllocationSpace(CodeSize, CodeAlign, in reserveAllocationSpace()