Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h202 struct CommonConfig { global() struct
204 InputFilenameCommonConfig global() argument
205 InputFormatCommonConfig global() argument
206 OutputFilenameCommonConfig global() argument
207 OutputFormatCommonConfig global() argument
210 OutputArchCommonConfig global() argument
213 AddGnuDebugLinkCommonConfig global() argument
215 GnuDebugLinkCRC32CommonConfig global() argument
216 ExtractPartitionCommonConfig global() argument
217 GapFillCommonConfig global() argument
218 PadToCommonConfig global() argument
219 SplitDWOCommonConfig global() argument
220 SymbolsPrefixCommonConfig global() argument
221 AllocSectionsPrefixCommonConfig global() argument
222 DiscardModeCommonConfig global() argument
225 AddSectionCommonConfig global() argument
226 DumpSectionCommonConfig global() argument
227 UpdateSectionCommonConfig global() argument
230 KeepSectionCommonConfig global() argument
231 OnlySectionCommonConfig global() argument
232 ToRemoveCommonConfig global() argument
235 SymbolsToGlobalizeCommonConfig global() argument
236 SymbolsToKeepCommonConfig global() argument
237 SymbolsToLocalizeCommonConfig global() argument
238 SymbolsToRemoveCommonConfig global() argument
239 UnneededSymbolsToRemoveCommonConfig global() argument
240 SymbolsToWeakenCommonConfig global() argument
241 SymbolsToKeepGlobalCommonConfig global() argument
244 SectionsToRenameCommonConfig global() argument
245 SetSectionAlignmentCommonConfig global() argument
246 SetSectionFlagsCommonConfig global() argument
247 SetSectionTypeCommonConfig global() argument
248 SymbolsToRenameCommonConfig global() argument
251 SymbolsToAddCommonConfig global() argument
254 DeterministicArchivesCommonConfig global() argument
255 ExtractDWOCommonConfig global() argument
256 ExtractMainPartitionCommonConfig global() argument
257 OnlyKeepDebugCommonConfig global() argument
258 PreserveDatesCommonConfig global() argument
259 StripAllCommonConfig global() argument
260 StripAllGNUCommonConfig global() argument
261 StripDWOCommonConfig global() argument
262 StripDebugCommonConfig global() argument
263 StripNonAllocCommonConfig global() argument
264 StripSectionsCommonConfig global() argument
265 StripUnneededCommonConfig global() argument
266 WeakenCommonConfig global() argument
267 DecompressDebugSectionsCommonConfig global() argument
269 CompressionTypeCommonConfig global() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/
H A DArchive.cpp104 const CommonConfig &CommonConfig = Config.getCommonConfig(); in executeObjcopyOnArchive() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp86 static void markSymbols(const CommonConfig &, Object &Obj) { in markSymbols()