Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h202 struct CommonConfig { struct
204 StringRef InputFilename;
217 uint8_t GapFill = 0;
218 uint64_t PadTo = 0;
219 StringRef SplitDWO;
220 StringRef SymbolsPrefix;
230 NameMatcher KeepSection;
232 NameMatcher ToRemove;
259 bool StripAll = false;
261 bool StripDWO = false;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/
H A DArchive.cpp104 const CommonConfig &CommonConfig = Config.getCommonConfig(); in executeObjcopyOnArchive() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp86 static void markSymbols(const CommonConfig &, Object &Obj) { in markSymbols()