Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDRuntimeDyld.h137 virtual void reserveAllocationSpace(uintptr_t CodeSize, Align CodeAlign, in reserveAllocationSpace()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/lli/
HDForwardingMemoryManager.h46 void reserveAllocationSpace(uintptr_t CodeSize, Align CodeAlign, in reserveAllocationSpace()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDEPCGenericRTDyldMemoryManager.cpp97 uintptr_t CodeSize, Align CodeAlign, uintptr_t RODataSize, in reserveAllocationSpace()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGLoopInfo.h83 unsigned CodeAlign; member
HDCGLoopInfo.cpp814 if (const auto *CodeAlign = getSpecificAttr<const CodeAlignAttr>(Attrs)) { in push() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp194 Align CodeAlign, RODataAlign, RWDataAlign; in loadObjectImpl() local
536 const ObjectFile &Obj, uint64_t &CodeSize, Align &CodeAlign, in computeTotalAllocSize()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugFrame.h537 uint64_t CodeAlign, int64_t DataAlign, Triple::ArchType Arch) in FrameEntry()