Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h46 void reserveAllocationSpace(uintptr_t CodeSize, Align CodeAlign, in reserveAllocationSpace() argument
50 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in reserveAllocationSpace()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp444 if (Attrs.CodeAlign > 0) { in createMetadata()
447 llvm::Type::getInt32Ty(Ctx), Attrs.CodeAlign))}; in createMetadata()
464 PipelineInitiationInterval(0), CodeAlign(0), MustProgress(false) {} in LoopAttributes()
480 CodeAlign = 0; in clear()
506 Attrs.CodeAlign == 0 && !StartLoc && !EndLoc && !Attrs.MustProgress) in LoopInfo()
814 if (const auto *CodeAlign = getSpecificAttr<const CodeAlignAttr>(Attrs)) { in push() local
815 const auto *CE = cast<ConstantExpr>(CodeAlign->getAlignment()); in push()
H A DCGLoopInfo.h83 unsigned CodeAlign; member
293 void setCodeAlign(unsigned C) { StagedAttrs.CodeAlign = C; } in setCodeAlign()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp194 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 DRuntimeDyldImpl.h427 Align &CodeAlign, uint64_t &RODataSize,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp97 uintptr_t CodeSize, Align CodeAlign, uintptr_t RODataSize, in reserveAllocationSpace() argument
106 if (CodeAlign > EPC.getPageSize()) { in reserveAllocationSpace()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h63 void reserveAllocationSpace(uintptr_t CodeSize, Align CodeAlign,
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h137 virtual void reserveAllocationSpace(uintptr_t CodeSize, Align CodeAlign, in reserveAllocationSpace() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h537 uint64_t CodeAlign, int64_t DataAlign, Triple::ArchType Arch) in FrameEntry() argument
539 CFIs(CodeAlign, DataAlign, Arch) {} in FrameEntry()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4704 def CodeAlign: StmtAttr {