Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjCopy/
DCommonConfig.h59 SecAlloc = 1 << 0, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h59 SecAlloc = 1 << 0, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjCopy/
DCommonConfig.h52 SecAlloc = 1 << 0, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjCopy/
DCommonConfig.h52 SecAlloc = 1 << 0, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjCopy/
DCommonConfig.h52 SecAlloc = 1 << 0, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp112 if ((AllFlags & SectionFlag::SecAlloc) && !(AllFlags & SectionFlag::SecLoad)) in flagsToCharacteristics()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp73 if (AllFlags & SectionFlag::SecAlloc) in getNewShfFlags()