Home
last modified time | relevance | path

Searched refs:SecAlloc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp240 for (auto &SecAlloc : *SegSections[I]) { in finalizeMemory()
241 Seg.Size = alignTo(Seg.Size, SecAlloc.Align); in finalizeMemory()
242 Seg.Size += SecAlloc.Size; in finalizeMemory()
246 for (auto &SecAlloc : *SegSections[I]) { in finalizeMemory()
247 SecOffset = alignTo(SecOffset, SecAlloc.Align); in finalizeMemory()
250 alignAddr(SecAlloc.Contents.get(), Align(SecAlloc.Align))), in finalizeMemory()
251 SecAlloc.Size); in finalizeMemory()
252 SecOffset += SecAlloc.Size; in finalizeMemory()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h52 SecAlloc = 1 << 0, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp113 if ((AllFlags & SectionFlag::SecAlloc) && !(AllFlags & SectionFlag::SecLoad)) in flagsToCharacteristics()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp74 if (AllFlags & SectionFlag::SecAlloc) in getNewShfFlags()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp159 .CaseLower("alloc", SectionFlag::SecAlloc) in parseSectionRenameFlag()