Searched refs:CodeAlign (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/llvm/tools/lli/ |
H A D | ForwardingMemoryManager.h | 46 void reserveAllocationSpace(uintptr_t CodeSize, Align CodeAlign, in reserveAllocationSpace() argument 50 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in reserveAllocationSpace()
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 194 Align CodeAlign, RODataAlign, RWDataAlign; in loadObjectImpl() local 195 if (auto Err = computeTotalAllocSize(Obj, CodeSize, CodeAlign, RODataSize, in loadObjectImpl() 198 MemMgr.reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in loadObjectImpl() 536 const ObjectFile &Obj, uint64_t &CodeSize, Align &CodeAlign, in computeTotalAllocSize() argument 587 CodeAlign = std::max(CodeAlign, Alignment); in computeTotalAllocSize() 642 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign); in computeTotalAllocSize()
|
H A D | RuntimeDyldImpl.h | 421 Align &CodeAlign, uint64_t &RODataSize,
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.h | 63 void reserveAllocationSpace(uintptr_t CodeSize, Align CodeAlign,
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.cpp | 97 uintptr_t CodeSize, Align CodeAlign, uintptr_t RODataSize, in reserveAllocationSpace() argument 106 if (CodeAlign > EPC.getPageSize()) { in reserveAllocationSpace()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
H A D | RuntimeDyld.h | 137 virtual void reserveAllocationSpace(uintptr_t CodeSize, Align CodeAlign, in reserveAllocationSpace() argument
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 537 uint64_t CodeAlign, int64_t DataAlign, Triple::ArchType Arch) in FrameEntry() argument 539 CFIs(CodeAlign, DataAlign, Arch) {} in FrameEntry()
|