Home
last modified time | relevance | path

Searched refs:SetSectionAlignment (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/
DConfigManager.cpp22 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getCOFFConfig()
40 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()
61 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getWasmConfig()
83 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getXCOFFConfig()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
DELFObjcopy.cpp631 if (!Config.SetSectionAlignment.empty()) { in handleArgs()
633 auto I = Config.SetSectionAlignment.find(Sec.Name); in handleArgs()
634 if (I != Config.SetSectionAlignment.end()) in handleArgs()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjCopy/
DCommonConfig.h242 StringMap<uint64_t> SetSectionAlignment; member