Home
last modified time | relevance | path

Searched defs:CommonConfig (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h195 struct CommonConfig { global() struct
197 InputFilenameCommonConfig global() argument
198 InputFormatCommonConfig global() argument
199 OutputFilenameCommonConfig global() argument
200 OutputFormatCommonConfig global() argument
203 OutputArchCommonConfig global() argument
206 AddGnuDebugLinkCommonConfig global() argument
208 GnuDebugLinkCRC32CommonConfig global() argument
209 ExtractPartitionCommonConfig global() argument
210 GapFillCommonConfig global() argument
211 PadToCommonConfig global() argument
212 SplitDWOCommonConfig global() argument
213 SymbolsPrefixCommonConfig global() argument
214 SymbolsPrefixRemoveCommonConfig global() argument
215 AllocSectionsPrefixCommonConfig global() argument
216 DiscardModeCommonConfig global() argument
219 AddSectionCommonConfig global() argument
220 DumpSectionCommonConfig global() argument
221 UpdateSectionCommonConfig global() argument
224 KeepSectionCommonConfig global() argument
225 OnlySectionCommonConfig global() argument
226 ToRemoveCommonConfig global() argument
229 SymbolsToGlobalizeCommonConfig global() argument
230 SymbolsToKeepCommonConfig global() argument
231 SymbolsToLocalizeCommonConfig global() argument
232 SymbolsToRemoveCommonConfig global() argument
233 UnneededSymbolsToRemoveCommonConfig global() argument
234 SymbolsToWeakenCommonConfig global() argument
235 SymbolsToKeepGlobalCommonConfig global() argument
236 SymbolsToSkipCommonConfig global() argument
239 SectionsToRenameCommonConfig global() argument
240 SetSectionAlignmentCommonConfig global() argument
241 SetSectionFlagsCommonConfig global() argument
242 SetSectionTypeCommonConfig global() argument
243 SymbolsToRenameCommonConfig global() argument
246 SymbolsToAddCommonConfig global() argument
249 ChangeSectionLMAValAllCommonConfig global() argument
252 DeterministicArchivesCommonConfig global() argument
253 ExtractDWOCommonConfig global() argument
254 ExtractMainPartitionCommonConfig global() argument
255 OnlyKeepDebugCommonConfig global() argument
256 PreserveDatesCommonConfig global() argument
257 StripAllCommonConfig global() argument
258 StripAllGNUCommonConfig global() argument
259 StripDWOCommonConfig global() argument
260 StripDebugCommonConfig global() argument
261 StripNonAllocCommonConfig global() argument
262 StripSectionsCommonConfig global() argument
263 StripUnneededCommonConfig global() argument
264 WeakenCommonConfig global() argument
265 DecompressDebugSectionsCommonConfig global() argument
267 CompressionTypeCommonConfig global() argument
270 compressSectionsCommonConfig global() argument
/llvm-project/llvm/lib/ObjCopy/
H A DArchive.cpp104 return deepWriteArchive(CommonConfig.OutputFilename, *NewArchiveMembersOrErr, in executeObjcopyOnArchive() local
/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp86 static void markSymbols(const CommonConfig &, Object &Obj) { in markSymbols() argument