Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h195 struct CommonConfig { struct
197 StringRef InputFilename;
198 FileFormat InputFormat = FileFormat::Unspecified;
199 StringRef OutputFilename;
200 FileFormat OutputFormat = FileFormat::Unspecified;
203 std::optional<MachineInfo> OutputArch;
206 StringRef AddGnuDebugLink;
208 uint32_t GnuDebugLinkCRC32;
209 std::optional<StringRef> ExtractPartition;
210 uint8_t GapFill = 0;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DArchive.cpp103 const CommonConfig &CommonConfig = Config.getCommonConfig(); executeObjcopyOnArchive() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp86 static void markSymbols(const CommonConfig &, Object &Obj) { in markSymbols() argument